Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 1,580 for

value

(0.08 sec)
  1. Getting Started | Documentation

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

    docs.groupdocs.cloud/conversion/getting-started/
  2. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison 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/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example 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/comparison/working-with-st...
  3. Getting Started | Documentation

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

    docs.groupdocs.cloud/parser/getting-started/
  4. GroupDocs.Annotation Cloud | Documentation

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

    docs.groupdocs.cloud/annotation/
  5. GroupDocs.Comparison Cloud | Documentation

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

    docs.groupdocs.cloud/comparison/
  6. Data structures | Documentation

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

    docs.groupdocs.cloud/annotation/data-structures/
  7. Processing files with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for processing files.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/rewriter/file/sdk/
  8. Basic usage | Documentation

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

    docs.groupdocs.cloud/annotation/basic-usage/
  9. 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...
  10. Settings | Documentation

    Settings data structure defines comparison process additional settings Settings example: { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 } Name Description GenerateSummaryPage Indicates whether to add summary page to resultant document or not ShowDeletedContent Indicates whether to show deleted components in resultant document or not ShowInsertedContent Indicates whether to show inserted components in resultant document or not StyleChangeDetection Indicates whether to detect style changes or not InsertedItemsStyle Style for inserted components DeletedItemsStyle Style for deleted components ChangedItemsStyle Style for components with changed style WordsSeparatorChars An array of delimiters to split text into words DetailsLevel The comparison details level (Low, Middle, High) UseFramesForDelInsElements Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents CalculateComponentCoordinates Indicates whether to calculate coordinates for changed components MarkChangedContent Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents MarkNestedContent Gets or sets a Value indicating whether to mark the children of the deleted or inserted element as deleted or inserted CloneMetadata Type of metadata to clone (Default, Source, Target, FileAuthor) MetaData User metadata PasswordSaveOption Type of password saving (None, Source, Target, User) Password User password to resultant document DiagramMasterSetting Master for Diagram document OriginalSize Original document size when picture is compared with other different formats HeaderFootersComparison Control to turn on comparison of header/footer contents PaperSize The result document paper size (Default, A0, A1, … A8) SensitivityOfComparison A sensitivity of comparison (1....MarkNestedContent Gets or sets a value indicating whether to mark the...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/settings/