Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,032 for

properties

(0.03 sec)
  1. Locales for output document | Documentation

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using  GroupDocs.Editor for .NET API....class contains 3 very similar properties of the same type System.Globalization...these three locale-related properties are not specified, their...

    docs.groupdocs.com/editor/net/locales-for-outpu...
  2. Searching and modifying watermarks | Documentation

    GroupDocs.Watermark API allows you to search the possible watermarks placed in any document. You can also search the watermarks that are added using some third-party tool. The found possible watermarks can be removed or their Properties can be changed. For more details please refer to the following guides:...watermarks can be removed or their properties can be changed. For more...Modifying found watermark properties Was this page helpful? Not...

    docs.groupdocs.com/watermark/java/searching-and...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....font ); // Set watermark properties watermark . ForegroundColor...this behaivior through the property: var pages = new System ....

    docs.groupdocs.com/watermark/net/adding-text-wa...
  9. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object.... Implement class with properties and specify if needed class...attribute), specify attributes for properties like to specify serialization...

    docs.groupdocs.com/signature/net/sign-documents...
  10. Remove Watermark from PDF Documents using C# | ...

    Delete or remove watermarks from PDF and other documents using C#. An overview of .NET API for C# developers to create a watermark remover application....watermarks with matching properties. The following code snippet...all the required formatting properties. Perform Search() and get...

    blog.groupdocs.com/watermark/remove-watermark-f...