Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 2,141 for

properties

(0.03 sec)
  1. How to merge source code files | Documentation

    This article explains how to control file merging in GroupDocs.Comparison for Node.js via Java....using the ComparisonAction properties: ComparisonAction.ACCEPT...not use the ComparisonAction property, all changes are committed...

    docs.groupdocs.com/comparison/nodejs-java/how-t...
  2. Add Form-Field Signatures in PDF using GroupDoc...

    We are pleased to announce another monthly release of GroupDocs.Signature for .NET. This latest release 18.11 of the API comes up with a multitude of new features like the ability to add form-field signatures in PDF documents and many more. We therefore recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience. Features Sign PDF Document with a Form-Field SignatureThe Form-Field Signatures are the input control which are placed in a document page....is the additional document property that contains special attributes/tags...collection // setup Author property SlidesMetadataSignat mdSign_Author...

    blog.groupdocs.com/signature/groupdocs.signatur...
  3. Spell checking | Documentation

    This article shows that how spell checking works during the search....correction in search queries, the property of the spelling corrector...class contains the following properties: is the maximum number of...

    docs.groupdocs.com/search/net/spell-checking/
  4. Minify HTML | Documentation

    Learn how to minify HTML and CSS when rendering of documents into HTML and make your HTML documents load faster with GroupDocs.Viewer.... Removal of all HTML tag properties. Removal of protocol declarations...Removal of quotes around tag property values (except inline events)...

    docs.groupdocs.com/viewer/net/minify-html/
  5. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document.... The class contains properties for setting the following...class is used. The following properties are presented in the class...

    docs.groupdocs.com/search/net/highlighting-sear...
  6. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Metadata API provides the property. The following code snippet...allows updating metadata properties in a DXF drawing. Please...

    docs.groupdocs.com/metadata/net/working-with-ca...
  7. GroupDocs.Viewer "The dimensions of this page a...

    I’m using GroupDocs Viewer to convert any file to PDF. My problem appear when i try to convert .jpg image to pdf. The exported pdf has this error “The dimensions of this page are out-of-range. Page content might be trun…...width and image max height properties. below is my code and attached...ImageMaxWidth and ImageMaxHeight properties in your PdfViewOptions ....

    forum.groupdocs.com/t/groupdocs-viewer-the-dime...
  8. Handling the APEv2 tag | Documentation

    This article explains how to handle APEv2 tag....the APEv2 tag by using the property If the APEv2 tag is not null...then check for all of its properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/handling-the-ap...
  9. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Word documents to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/java/render-word-docu...
  10. Export Indexed Documents to HTML using Java

    Discover how to export indexed documents to HTML using Java with simple steps. Use Java export indexed documents to HTML to enhance document organization efficiently....documents are indexed, including properties like text storage options...

    kb.groupdocs.com/search/java/export-indexed-doc...