Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 2,364 for

properties

(0.12 sec)
  1. Retrieve the document information | GroupDocs

    Retrieving information about a document with GroupDocs.Viewer for Java...loaded, you can retrieve its properties. For example, you can retrieve...to retrieve the document properties. Also, it shows how to get...

    docs.groupdocs.com/viewer/java/retrieving-docum...
  2. Add button component | GroupDocs

    The page describes how to add button component to a document using GroupDocs.Annotation for .NET....can specify the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/net/add-button-co...
  3. Add image annotation | GroupDocs

    The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....You can set the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/java/add-image-an...
  4. Render Project documents as HTML, PDF, and imag...

    Convert Microsoft Project files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/python-net/render-ms-...
  5. How to Add Link Annotation to PDF using C#

    Let's examine the step-by-step instructions to add link annotation to PDF using C# along with code example to create annotation link in PDF using C#....LinkAnnotation object and set properties for the link annotation Call...link into PDF and set some properties of LinkAnnotation. Code to...

    kb.groupdocs.com/annotation/net/how-to-add-link...
  6. How to Add Dropdown Component in PDF using C#

    In this topic, you will discover how to add dropdown component in PDF using C#.Moreover, we will work with you to write C# code to insert dropdown in PDF using C#....DropdownComponent object and set some properties Call Add method of Annotator...the DropdownComponent class properties. Code to Add Dropdown Component...

    kb.groupdocs.com/annotation/net/how-to-add-drop...
  7. Add search text annotation | GroupDocs

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...can specify the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/net/add-search-te...
  8. Working with metadata in FLV files | GroupDocs

    Reading FLV header Properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header Properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....feedback Reading FLV header properties The GroupDocs.Metadata API...method Read the FLV header properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. How to Add Image Signature to PDF using C#

    Quickly and easily add image signature to PDF using C# with one of the popular signature library. Also, examine the sample code to sign pdf with image in C#.... We have defined a few properties for the signature position...this example and set other properties such as Border settings,...

    kb.groupdocs.com/signature/net/how-to-add-image...
  10. How to Convert CSV to Excel in C#

    This short article focus on how to convert CSV to Excel in C#. Further, this guide consists of convert CSV to XLSX C# code along with detailed instructions....improve it by changing the properties of the converted document...SpreadsheetConvertOp class for defining the properties for the converted Excel file...

    kb.groupdocs.com/conversion/net/how-to-convert-...