Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 2,028 for

properties

(0.03 sec)
  1. Get file info | Documentation

    This page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....following properties (in pixels): This properties supports all...

    docs.groupdocs.com/annotation/java/get-file-info/
  2. 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/net/locating-signa...
  3. Add Watermark to Images in C# | Text & Image Wa...

    C# ways to add text to image as watermark, or add image watermarks to PNG, JPG/JPEG, WebP, GIF, TIFF, BMP images using .NET Watermarking API by GroupDocs.... Set other watermark properties like position, rotation,...ImageWatermark class and its properties to customize the watermark...

    blog.groupdocs.com/watermark/add-watermark-to-i...
  4. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata Properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Reading Photoshop metadata properties The GroupDocs Metadata API...Removing Photoshop metadata properties GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Set Text Shadow in Text Signatures using Java E...

    The team GroupDocs is really excited to announce the another monthly release of GroupDocs.Signature for Java v18.1. This release comes up with a feature of setting Text Shadow for Slides, Words and Cells documents. Furthermore, many improvements and fixes are also introduced in this version of the API. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience....arguments with additional properties Information of URL provided...of result with additional properties Result of Signing methods...

    blog.groupdocs.com/signature/java-e-signing-api...
  6. How to Convert RTF to PDF in Java

    We explain to you the detailed instructions to convert RTF to PDF in Java and create a sample code for the implementation of Java RTF to PDF converter functionality....PdfConvertOptions class and define properties for customizing the converted...by defining various other properties including DPI, Margins, Orientation...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Working with BMP metadata | Documentation

    Reading BMP header Properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...feedback Reading BMP header properties The GroupDocs.Metadata API...using Read the BMP header properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-bm...
  8. Working with BMP metadata | Documentation

    Reading BMP header Properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header Properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...feedback Reading BMP header properties The GroupDocs.Metadata API...method Read the BMP header properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-b...
  9. Working with DICOM metadata | Documentation

    Reading DICOM metadata Properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata Properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....feedback Reading DICOM metadata properties The GroupDocs.Metadata API...method Read the DICOM metadata properties examples.advanced_usage....

    docs.groupdocs.com/metadata/java/working-with-d...
  10. Add link annotation | Documentation

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

    docs.groupdocs.com/annotation/net/add-link-anno...