Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,569 for

value

(0.02 sec)
  1. Verifying Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/verifying-signat...
  2. InfoResult | Documentation

    InfoResult data structure represents document information InfoResult example: { "Format": "string", "Extension": "string", "Size": 0, "PageCount": 0 } Name Description Format Document format Extension Document file extension Size Document file size PageCount Pages count... We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/inforesult/
  3. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/editor/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/editor/working-with-storage/
  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.Conversion 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/conversion/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/conversion/working-with-st...
  5. Manage Metadata of Documents using Java & .NET ...

    Add metadata, edit, remove & extract metadata from 50+ file formats in Java and C# using REST API and open-source Metadata SDKs for Java and .NET....Name Property Name Property Value Match Exact Phrase Match Regex...By specified tag , name or value For your help, the running examples...

    blog.groupdocs.cloud/metadata/manipulate-metada...
  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. Translating files | Documentation

    How to translate plain text.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/translation/file/
  8. Processing files | Documentation

    How to process a file.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/rewriter/file/
  9. AnnotateOptions | Documentation

    AnnotateOptions structure defines options for annotating documents FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "Annotations": [], "FirstPage": 0, "LastPage": 0, "OnlyAnnotatedPages": true, "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure Annotations Array of annotations to add to the document. See AnnotationInfo structure FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document... We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/annotateoptions/
  10. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } UpdateSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed. Options Array of options to perform signatures delete... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/deletesettings/