Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,526 for

properties

(0.07 sec)
  1. Sign document with Digital signature | Document...

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....signature properties in the document: The or properties define the...the certificate source; The property specifies the certificate...

    docs.groupdocs.com/signature/net/sign-document-...
  2. Working with metadata in PNG images | Documenta...

    Reading PNG metadata Properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata Properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....feedback Reading PNG metadata properties The GroupDocs.Metadata API...using Read the PNG metadata properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Add resource redaction annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-resource...
  4. Add watermark annotation | Documentation

    The page describes how to add watermark annotation to a document using GroupDocs.Annotation for .NET....can specify the following properties of the class: defines the...font size. If the AutoScale property is true , GroupDocs.Annotation...

    docs.groupdocs.com/annotation/net/add-watermark...
  5. Add point annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-point-an...
  6. Introducing Stamp Signatures Feature in Java E-...

    We are glad to announce another monthly release of E-Signing API for Java v17.7.0. Major feature introduced in this release is support for Stamp Signatures. Aside this many improvements are also introduced in this release. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. E-Signing API for Java v17.7.0 - Features Stamp Signatures feature for following Document Formats:...method with extended guid properties Barcode and QR-Code options...

    blog.groupdocs.com/signature/groupdocs-signatur...
  7. Working with metadata in PNG images | Documenta...

    Reading PNG metadata Properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...feedback Reading PNG metadata properties The GroupDocs.Metadata API...using Read the PNG metadata properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Add link annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-link-ann...
  9. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages 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/net/render-email-mess...
  10. Add ellipse annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-ellipse-...