Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,526 for

properties

(0.03 sec)
  1. Add squiggly annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-squiggly...
  2. 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-...
  3. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures.... define class with properties and specify class attributes...attribute), specify attributes for properties like to specify serialization...

    docs.groupdocs.com/signature/java/implement-cus...
  4. RotateOptions | GroupDocs.Merger for .NET API R...

    Provides options for the page rotation.... Properties Name Description Mode { get;...

    reference.groupdocs.com/merger/net/groupdocs.me...
  5. Retrieve the document information | Documentation

    Retrieving information about a document with GroupDocs.Viewer for .NET...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/net/retrieving-docume...
  6. Add search text annotation | Documentation

    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...
  7. Working with metadata in FLV files | Documentation

    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 FlvRootPackage.Header Read the FLV header Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....feedback Reading FLV header properties The GroupDocs.Metadata API...using Read the FLV header properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Working with metadata in FLV files | Documentation

    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. Add checkbox component | Documentation

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

    docs.groupdocs.com/annotation/java/add-checkbox...
  10. Add text redaction annotation | Documentation

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

    docs.groupdocs.com/annotation/net/add-text-reda...