Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 2,471 for

properties

(0.76 sec)
  1. Measure Document Conversion Time using GroupDoc...

    GroupDocs.Conversion for .NET 18.11 comes with a lot of new features and some improvements. Conversion from EPS, TSV and PCL formats is introduced. Furthermore, API provides an option for page rotation when converting to PDF. Please check GroupDocs.Conversion for .NET 18.11 release notes for further reference. Improvements Move HideWordTrackedChanges option to WordsLoadOptions class HidePdfAnnotations option to PdfLoadOptions class HideComments option to CellsLoadOptions, Slides CellsLoadOptions and WordsLoadOptions class Features Setting Default Font and Font Substitution Options When Converting OneNote Document const string source = "source....conversion time and return it as a property of ConvertedDocument class...

    blog.groupdocs.com/conversion/measure-document-...
  2. GroupDocs.Metadata 25.5 .NET リリース - SVG 画像の XMP...

    GroupDocs.Metadata for .NET 25.5 の最新アップデートをご覧ください。 このリリースには新機能、改善点、バグ修正が含まれています。 詳細なコード例を用いて、SVG ファイル内の XMP パッケージを更新およびクリーンアップする方法を学びましょう。...コード例 # // How to update XMP properties of a SVG file. using (Metadata...XmpBasicPackage object and set the Label property xmpPacketWrapper.Schemes.XmpBasic...

    blog.groupdocs.com/ja/metadata/edit-and-clean-x...
  3. eSign Document with Barcode Signature | GroupDocs

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature for Python via .NET...Barcode type by setting the property with one of the predefined...predefined supported types. Set the property value. Call the method of...

    docs.groupdocs.com/signature/python-net/esign-d...
  4. License parsing error and performance issue dur...

    Hi Team, We are currently using GroupDocs.Conversion for Java to support a functionality where files in non-PDF formats (.doc, .docx, .xls, .xlsx) are converted to PDF, and later all PDFs are merged into a single docum…...IllegalArgumentExcep: Property ' http://javax.xml.XMLConstants/property/accessExternalDTD’...IllegalArgumentExcep: Property ' http://javax.xml.XMLConstants/property/accessExternalDTD’...

    forum.groupdocs.com/t/license-parsing-error-and...
  5. MixedContent.7z

    CHM/dv_aspnetmmc.chm ASP.NET Вкладка «Приложение», диалоговое окно «Параметры конфигурации ASP.NET» См. также Фильтр по языку: Все Фильтр по языку: Несколько Фильтр по языку: Visual Basic Фильтр по......unblock windows, view the properties of active or blocked windows...list of blocked windows. Properties Displays a dialog box that...

    docs.groupdocs.com/viewer/java/sample-files/ren...
  6. Bagaimana Mengonversi HTML ke Gambar di Java

    Pelajari proses konversi dokumen secara detail untuk mengonversi HTML ke Gambar di Java dan cara menggunakan instruksi ini untuk membuat kemampuan pengonversi Java HTML ke Gambar....ini dengan mendefinisikan properti untuk file yang dikonversi...

    kb.groupdocs.com/id/conversion/java/how-to-conv...
  7. Using redaction filters | GroupDocs

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....an array are set to Filters property of the . You can combine these...

    docs.groupdocs.com/redaction/net/redaction-filt...
  8. Load custom fonts. | GroupDocs

    The page describes how to load custom fonts.... To do this, specify the property of the class. The following...

    docs.groupdocs.com/annotation/net/loading-custo...
  9. Add Text Watermark to PPTX Using Python

    Learn how to add text watermark to PPTX using Python. This tutorial shows how to embed watermark text into PowerPoint slides with custom font, color, and alignment....for protecting intellectual property while enhancing the overall...

    kb.groupdocs.com/watermark/python/add-text-wate...
  10. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....root metadata package Use the property to obtain file format information...

    docs.groupdocs.com/metadata/net/working-with-me...