Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 1,575 for

value

(0.04 sec)
  1. Signing documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs....... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/signing-documents/
  2. Size | Documentation

    Size data structure used to specify comparison result size. Size example: { "Width": 0, "Height": 0 } Name Description Width Width of item Height Height of item... We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/size/
  3. Document Operations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs....... We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/document-operations/
  4. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language.... Value . ToString ()); } catch ( Exception...ObjectExist: " + response . Exists . Value . ToString ()); } catch ( Exception...

    docs.groupdocs.cloud/annotation/working-with-st...
  5. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default Value : 1 pagesCount integer Number of pages to convert Default Value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...start conversion from Default value : 1 pagesCount integer Number...of pages to convert Default value : 0 (all pages) loadOptions...

    docs.groupdocs.cloud/conversion/convert-documen...
  6. FileInfo | Documentation

    FileInfo data structure describes input file FileInfo example { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } FileInfo fields Name Description FilePath File path in storage StorageName Storage name. Default storage used if not specified VersionId Version ID. Not required. Password Password to open password-protected file... We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/fileinfo/
  7. Pricing Plan | Documentation

    GroupDocs builds incredible easy to use Software as a Service (SaaS) that developers can fully evaluate before committing to buying. To do this, we rely on a slightly different sales model.Please check the Pricing Plan and How to Purchase web-page that gives an overview of our single pricing plan and why there are no “upgrades” or “downgrades”.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/editor/pricing-plan/
  8. Rendering options by document type | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs....... We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/rendering-options-b...
  9. Split drawing into tiles | Documentation

    Tiled rendering or (rendering by coordinates) is the process of rendering CAD drawings (into an image, HTML or PDF) by dividing into square parts and rendering each part (or tile) separately. The advantage of this process is that the amount of memory involved is reduced as compared to rendering the entire document at once. Generally, DWG documents are divided into pages by Model and Layouts, but when the tiled rendering is enabled, only the Model is rendered and every tile composes a separate page....drawing and have only positive values as shown in the sample picture...infoResponse . Pages [ 0 ]. Width . Value ; var height = infoResponse...

    docs.groupdocs.cloud/viewer/split-drawing-into-...
  10. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]... We value your opinion. Your feedback...

    docs.groupdocs.cloud/conversion/conversion-api/