Skip to content

Commit 548f36a

Browse files
Update file(s) "/." from "groupdocs-comparison/Groupdocs.Comparison-References"
1 parent 925252d commit 548f36a

61 files changed

Lines changed: 291 additions & 50 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The namespace provides classes that allows to specify additional options for doc
1717
| [DiagramMasterSetting](./diagrammastersetting) | Diagram master settings. |
1818
| [FileAuthorMetadata](./fileauthormetadata) | Information about document's author metadata. |
1919
| [GetChangeOptions](./getchangeoptions) | The option allows to filter changes by type. |
20+
| [IgnoreChangeSensitivitySettings](./ignorechangesensitivitysettings) | The option allows to ignore changes by similarity percentage. |
2021
| [LoadOptions](./loadoptions) | Allows to specify additional options when loading a document. |
2122
| [OriginalSize](./originalsize) | Represents original page size. Used only for comparing image with different formats. |
2223
| [PreviewOptions](./previewoptions) | Represents document preview options. |
@@ -31,6 +32,7 @@ The namespace provides classes that allows to specify additional options for doc
3132
| [ChangeType](./changetype) | Specifies change type. |
3233
| [DetalisationLevel](./detalisationlevel) | Specifies the level of comparison details. |
3334
| [FolderComparisonExtension](./foldercomparisonextension) | Folder extensions. |
35+
| [ImagesInheritance](./imagesinheritance) | Source of images inheritance when image comparison is disabled. |
3436
| [MetadataType](./metadatatype) | Determines from where result document will take metadata information |
3537
| [PaperSize](./papersize) | The option to set the Paper size of the result document after comparison. |
3638
| [PasswordSaveOption](./passwordsaveoption) | Specifies the password save option. |

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public class CompareOptions
2929
| [ChangedItemStyle](../../groupdocs.comparison.options/compareoptions/changeditemstyle) { getset; } | Describes style for changed components. |
3030
| [CompareBookmarks](../../groupdocs.comparison.options/compareoptions/comparebookmarks) { getset; } | Control to turn on comparison of bookmarks in Word format. |
3131
| [CompareDocumentProperty](../../groupdocs.comparison.options/compareoptions/comparedocumentproperty) { getset; } | Control to turn on comparison of built and custom properties in Word format. |
32+
| [CompareImagesPdf](../../groupdocs.comparison.options/compareoptions/compareimagespdf) { getset; } | Control to turn on comparison of images in PDF format. |
3233
| [CompareVariableProperty](../../groupdocs.comparison.options/compareoptions/comparevariableproperty) { getset; } | Control to turn on comparison of variables properties in Word format. |
3334
| [DeletedItemStyle](../../groupdocs.comparison.options/compareoptions/deleteditemstyle) { getset; } | Describes style for deleted components. |
3435
| [DetalisationLevel](../../groupdocs.comparison.options/compareoptions/detalisationlevel) { getset; } | Gets or sets the comparison detail level. |
@@ -39,6 +40,8 @@ public class CompareOptions
3940
| [FolderComparisonExtension](../../groupdocs.comparison.options/compareoptions/foldercomparisonextension) { getset; } | Gets or sets the format of the resulting folder comparison file. |
4041
| [GenerateSummaryPage](../../groupdocs.comparison.options/compareoptions/generatesummarypage) { getset; } | Indicates whether to add summary page with detected changes statistics to resultant document or not. |
4142
| [HeaderFootersComparison](../../groupdocs.comparison.options/compareoptions/headerfooterscomparison) { getset; } | Control to turn on comparison of header/footer contents. |
43+
| [IgnoreChangeSettings](../../groupdocs.comparison.options/compareoptions/ignorechangesettings) { getset; } | Gets or sets settings to ignore changes based on similarity. |
44+
| [ImagesInheritanceMode](../../groupdocs.comparison.options/compareoptions/imagesinheritancemode) { getset; } | Specifies the source of images inheritance when image comparison is disabled. |
4245
| [InsertedItemStyle](../../groupdocs.comparison.options/compareoptions/inserteditemstyle) { getset; } | Describes style for inserted components. |
4346
| [LeaveGaps](../../groupdocs.comparison.options/compareoptions/leavegaps) { getset; } | Indicates whether to display empty lines instead of inserted / deleted components in the final document or not (used with ShowInsertedContent or ShowDeletedContent properties). |
4447
| [MarkChangedContent](../../groupdocs.comparison.options/compareoptions/markchangedcontent) { getset; } | Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents. |
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: CompareImagesPdf
3+
second_title: GroupDocs.Comparison for .NET API Reference
4+
description: Control to turn on comparison of images in PDF format.
5+
type: docs
6+
weight: 70
7+
url: /net/groupdocs.comparison.options/compareoptions/compareimagespdf/
8+
---
9+
## CompareOptions.CompareImagesPdf property
10+
11+
Control to turn on comparison of images in PDF format.
12+
13+
```csharp
14+
public bool CompareImagesPdf { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [CompareOptions](../../compareoptions)
20+
* namespace [GroupDocs.Comparison.Options](../../../groupdocs.comparison.options)
21+
* assembly [GroupDocs.Comparison](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Comparison.dll -->

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/comparevariableproperty/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: CompareVariableProperty
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Control to turn on comparison of variables properties in Word format.
55
type: docs
6-
weight: 70
6+
weight: 80
77
url: /net/groupdocs.comparison.options/compareoptions/comparevariableproperty/
88
---
99
## CompareOptions.CompareVariableProperty property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/deleteditemstyle/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DeletedItemStyle
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Describes style for deleted components.
55
type: docs
6-
weight: 80
6+
weight: 90
77
url: /net/groupdocs.comparison.options/compareoptions/deleteditemstyle/
88
---
99
## CompareOptions.DeletedItemStyle property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/detalisationlevel/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DetalisationLevel
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Gets or sets the comparison detail level.
55
type: docs
6-
weight: 90
6+
weight: 100
77
url: /net/groupdocs.comparison.options/compareoptions/detalisationlevel/
88
---
99
## CompareOptions.DetalisationLevel property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/detectstylechanges/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DetectStyleChanges
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Indicates whether to detect style changes or not.
55
type: docs
6-
weight: 100
6+
weight: 110
77
url: /net/groupdocs.comparison.options/compareoptions/detectstylechanges/
88
---
99
## CompareOptions.DetectStyleChanges property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/diagrammastersetting/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DiagramMasterSetting
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Gets or sets the path value for master or use compare without path of master. This option only for Diagram.
55
type: docs
6-
weight: 110
6+
weight: 120
77
url: /net/groupdocs.comparison.options/compareoptions/diagrammastersetting/
88
---
99
## CompareOptions.DiagramMasterSetting property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/directorycompare/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: DirectoryCompare
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Control to turn on comparison of folders.
55
type: docs
6-
weight: 120
6+
weight: 130
77
url: /net/groupdocs.comparison.options/compareoptions/directorycompare/
88
---
99
## CompareOptions.DirectoryCompare property

content/sites/groupdocs/comparison/english/net/groupdocs.comparison.options/compareoptions/extendedsummarypage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ExtendedSummaryPage
33
second_title: GroupDocs.Comparison for .NET API Reference
44
description: Indicates whether to add extended file comparison information to the summary page or not.
55
type: docs
6-
weight: 130
6+
weight: 140
77
url: /net/groupdocs.comparison.options/compareoptions/extendedsummarypage/
88
---
99
## CompareOptions.ExtendedSummaryPage property

0 commit comments

Comments
 (0)