Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 2,506 for

properties

(1.59 sec)
  1. Set image size limits | GroupDocs

    This article shows how to set output image size limits when rendering image to HTML...The class has the following properties to set the image width or/and...pixels. ''' </summary> Public Property ImageMaxWidth As Integer '''...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  2. Convert to GIS formats with advanced options | ...

    Learn about GisConvertOptions class for GIS file formats (GeoJSON, KML, GPX, TopoJSON) in GroupDocs.Conversion for .NET....gdb ESRI Geodatabase Properties - Specifies the desired GIS...

    docs.groupdocs.com/conversion/net/convert-to-gi...
  3. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....allows updating metadata properties in a DXF drawing. Please...

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Use redaction policies | GroupDocs

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code Properties mapping is obvious): RedactionPolicy.xml You can use RedactionPolicy....redaction policy XML file (code properties mapping is obvious): RedactionPolicy...

    docs.groupdocs.com/redaction/java/use-redaction...
  5. How to merge source code files | GroupDocs

    This article explains how to control file merging in GroupDocs.Comparison for .NET....source code files by using the properties: accepts the found changes...Sum . If you do not use the property, all changes are committed...

    docs.groupdocs.com/comparison/net/how-to-merge-...
  6. How to merge source code files | GroupDocs

    This article explains how to control file merging in GroupDocs.Comparison for Java....source code files by using the properties: accepts the found changes...Sum . If you do not use the property, all changes are committed...

    docs.groupdocs.com/comparison/java/how-to-merge...
  7. Extract Images from XLSX using C#

    Learn how to extract images from XLSX using C# with step-by-step guide. Get practical C# code to extract images from XLSX and enhance your data extraction workflow....collection, extract relevant properties such as image dimensions...

    kb.groupdocs.com/parser/net/extract-images-from...
  8. It's Time to Upgrade to GroupDocs.Viewer for .N...

    GroupDocs.Viewer for .NET has been serving the developers in creating the document viewer applications for many years. With the efforts of our hard-working team and the support of our valuable customers, we are able to make the API stand among the top-ranked document viewer APIs. Since the Sky is the only limit, we always keep on enriching the API with more features, improving its performance, and making its usage easier for the developers....of the classes and their properties and functions has also been...

    blog.groupdocs.com/viewer/its-time-to-upgrade-t...
  9. EditableDocument | GroupDocs

    This documentation section explains features of EditableDocument class when editing document with GroupDocs.Editor for Java API.... has several methods and properties for working especially with...

    docs.groupdocs.com/editor/java/editabledocument/
  10. Extract Metadata from Excel Spreadsheets in C# ...

    Learn how to extract metadata from Microsoft Excel spreadsheets (.xls, .xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....range of Excel spreadsheet properties: Metadata Field Description...

    docs.groupdocs.com/parser/net/extract-metadata-...