Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 1,049 for

properties

(0.07 sec)
  1. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages into HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how to adjust output page size....this feature, the PageSize property of the EmailOptions class...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  2. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....provides RenderEmptyColumns property, which allows omitting to...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  3. Konversikan HTML ke PDF menggunakan REST API de...

    Secara terprogram mengonversi file HTML ke dokumen PDF menggunakan REST API di cloud dengan Python dengan Document Conversion Cloud SDK untuk Python....diperlukan Opsional atur berbagai properti seperti dpi, margin\top, margin\left...

    blog.groupdocs.cloud/id/conversion/convert-html...
  4. Cara Memutar Halaman PDF menggunakan Rest API d...

    Putar atau balikkan file PDF atau halaman tertentu dalam dokumen PDF dengan menentukan derajat. Artikel ini adalah tentang cara merotasi halaman PDF menggunakan Rest API di Ruby....ditentukan dengan menyetel properti range_mode. @options.start_page_number...

    blog.groupdocs.cloud/id/merger/how-to-rotate-pd...
  5. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates.... The ExtractText property of ImageOptions class enables...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  6. GroupDocs.cloud ホリデー オファー – 12 か月間、GroupDocs.To...

    さまざまな署名タイプでドキュメントに署名 (20 以上のサポートされている形式) さまざまな形式、スタイル、外観のテキスト署名、画像署名、デジタル署名 バーコード署名 GroupDocs.Signature Cloud SDK for Python を使用した QRコード署名。...PdfSearchBarcodeOpti() # set barcode properties options.barcode_type_name...

    blog.groupdocs.cloud/ja/signature/14009/
  7. pygments.css

    .highlight pre { line-height: 125%; } .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } .highlight span.linenos { color: inheri......Property */ .highlight .nt { color:...{ color: #d0d0d0 } /* Name.Property */ body[data-theme="dark"]...

    pip.pypa.io/en/stable/_static/pygments.css
  8. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90. This example demonstrates how to adjust quality of the output JPG image. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....images by setting Quality property of ImageOptions class. The...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  9. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines property to true in order to render the grid lines. The following code sample shows how to enable rendering of grid lines. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....RenderGridLines property to true in order to render...

    docs.groupdocs.cloud/viewer/render-grid-lines/
  10. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model of a CAD drawing. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Layouts within CAD drawing, the property CadOptions.RenderLayouts is...

    docs.groupdocs.cloud/viewer/render-all-layouts/