Sort Score
Result 10 results
Languages All
Labels All
Results 7,081 - 7,090 of 31,393 for

new

(0.35 sec)
  1. digital document signature

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....6 by adding a new public method AddSignature to...you a brief overview of the new features that we have introduced...

    blog.groupdocs.com/tag/digital-document-signature/
  2. DataSourceInfo Constructor (Object) - GroupDocs...

    Creates a New instance of this class with the data source object specified....Constructor (Object) Creates a new instance of this class with the...Object dataSource ) Public Sub New ( dataSource As Object ) public...

    apireference.groupdocs.com/assembly/net/groupdo...
  3. Load from local disc | Documentation

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = New Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose...disc: final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/load-from-loc...
  4. Load password-protected document | Documentation

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...; LoadOptions loadOptions = new LoadOptions ( "SAMPLE_PASSWORD"...

    docs.groupdocs.com/merger/net/load-password-pro...
  5. ProjectManagementViewInfo Constructor - GroupDo...

    Initializes New instance of ProjectManagementViewInfo class....ProjectManagementVie Constructor Initializes new instance of ProjectManagementVie...DateTime endDate ) Public Sub New ( fileType As FileType , pages...

    apireference.groupdocs.com/viewer/net/groupdocs...
  6. XmlDataSource Constructor (String, String) - Gr...

    Creates a New data source with data from an XML file using an XML Schema Definition file. Default options are used for XML data loading....Constructor (String, String) Creates a new data source with data from an...string xmlSchemaPath ) Public Sub New ( xmlPath As String , xmlSchemaPath...

    apireference.groupdocs.com/assembly/net/groupdo...
  7. Limit count of items to render | GroupDocs.View...

    This article explains how to set a limit for items to view of Outlook Data Files with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...limit. using (Viewer viewer = new Viewer( "sample.ost" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/limit-count-of-it...
  8. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...; LoadOptions loadOptions = new LoadOptions ( "SAMPLE_PASSWORD"...

    docs.groupdocs.com/merger/net/remove-document-p...
  9. RedactionDescription Constructor (RedactionType...

    Initializes a New instance of RedactionDescription class with replacement information....TextReplacement) Initializes a new instance of RedactionDescription...TextReplacement replacement ) Public Sub New ( redactionType As RedactionType...

    apireference.groupdocs.com/redaction/net/groupd...
  10. LoadOptions Constructor (FileType, String, Enco...

    Initializes New instance of LoadOptions class....String, Encoding) Initializes new instance of LoadOptions class...Encoding encoding ) Public Sub New ( fileType As FileType , password...

    apireference.groupdocs.com/merger/net/groupdocs...