CompareOptions

CompareOptions class

Allows to set different compare options.

public class CompareOptions

Constructors

Name Description
CompareOptions() Initializes a new instance of the CompareOptions class.

Properties

Name Description
CalculateCoordinates { get; set; } Indicates whether to calculate coordinates for changed components.
CalculateCoordinatesMode { get; set; } Specifies the coordinate calculation for changed components mode.
ChangedItemStyle { get; set; } Describes style for changed components.
CompareBookmarks { get; set; } Control to turn on comparison of bookmarks in Word format.
CompareDocumentProperty { get; set; } Control to turn on comparison of built and custom properties in Word format.
CompareVariableProperty { get; set; } Control to turn on comparison of variables properties in Word format.
DeletedItemStyle { get; set; } Describes style for deleted components.
DetalisationLevel { get; set; } Gets or sets the comparison detail level.
DetectStyleChanges { get; set; } Indicates whether to detect style changes or not.
DiagramMasterSetting { get; set; } Gets or sets the path value for master or use compare without path of master. This option only for Diagram.
DirectoryCompare { get; set; } Control to turn on comparison of folders.
ExtendedSummaryPage { get; set; } Indicates whether to add extended file comparison information to the summary page or not.
FolderComparisonExtension { get; set; } Gets or sets the format of the resulting folder comparison file.
GenerateSummaryPage { get; set; } Indicates whether to add summary page with detected changes statistics to resultant document or not.
HeaderFootersComparison { get; set; } Control to turn on comparison of header/footer contents.
InsertedItemStyle { get; set; } Describes style for inserted components.
LeaveGaps { get; set; } Indicates whether to display empty lines instead of inserted / deleted components in the final document or not (used with ShowInsertedContent or ShowDeletedContent properties).
MarkChangedContent { get; set; } Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents.
MarkNestedContent { get; set; } Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted.
OriginalSize { get; set; } Get or sets the original sizes of compared documents.
PaperSize { get; set; } Gets or sets the result document paper size.
PasswordSaveOption { get; set; } Gets or sets the password save option.
RevisionAuthorName { get; set; } Gets or sets revision author name. Enabled if not null.
SensitivityOfComparison { get; set; } Gets or sets a sensitivity of comparison.
ShowDeletedContent { get; set; } Indicates whether to show deleted components in resultant document or not.
ShowInsertedContent { get; set; } Indicates whether to show inserted components in resultant document or not.
ShowOnlyChanged { get; set; } Controls to enable the display of only changed items.
ShowOnlySummaryPage { get; set; } Indicates whether to leave in the resulting document only a page with statistics of detected changes in the resulting document or not.
ShowRevisions { get; set; } Indicates whether to display others revisions in the resulting document or not.
UserMasterPath { get; set; } Path to user master’s template for Diagrams.
WordsSeparatorChars { set; } Gets or sets an array of delimiters to split text into words.
WordTrackChanges { get; set; } Control to turn on comparison of Words Track Revisions.

See Also