Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 2,396 for

properties

(0.04 sec)
  1. 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...
  2. Updating Text signature with advanced options |...

     This article explains how to provide advanced options when updating Text electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...table describes changeable properties for Text signatures dependent...

    docs.groupdocs.com/signature/java/updating-text...
  3. 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...
  4. 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...
  5. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....different measure unit types: Set property with of one values above to...implement values in properties , Set property with of one values...

    docs.groupdocs.com/signature/java/locating-sign...
  6. 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...
  7. 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-...
  8. How to Add Button Component to PDF using C#

    We are going to show you how to add button component to PDF using C# along with complete instructions and code example to insert button in PDF using C#....ButtonComponent object with some properties like position, page number...color, border style and other properties of button using ButtonComponent...

    kb.groupdocs.com/annotation/net/how-to-add-butt...
  9. Add underline annotation | GroupDocs

    The page describes how to add an underline 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-underline...
  10. Add distance annotation | GroupDocs

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

    docs.groupdocs.com/annotation/net/add-distance-...