Aspose::Pdf::Comparison::ComparisonOptions class

ComparisonOptions class

Represents a PDF document comparison options class.

class ComparisonOptions : public System::Object

Methods

MethodDescription
ComparisonOptions()Creates a ComparisonOptions class instance.
get_EditOperationsOrder() constGets and sets the edit operations order.
get_ExcludeAreas1() constGet and set the exclude areas. Used for the first page or document in the comparison method. This option can be setted along with ExcludeTables. This option can’t be setted along with ExtractionArea option.
get_ExcludeAreas2() constGet and set the exclude areas. Used for the second page or document in the comparison method. This option can be setted along with ExcludeTables. This option can’t be setted along with ExtractionArea option.
get_ExcludeTables() constGet and set the option that determines whether tables are excluded from comparison. This option cannot be set together with ExtractionArea option. The default value is false.
get_ExtractionArea() constGet and set the rectangular area in which the text of pages will be compared. This option can’t be setted along with ExcludeTables, ExcludeAreas1 and ExcludeAreas2 options.
set_EditOperationsOrder(Aspose::Pdf::Comparison::EditOperationsOrder)Gets and sets the edit operations order.
set_ExcludeAreas1(System::ArrayPtr<System::SharedPtr<Rectangle>>)Get and set the exclude areas. Used for the first page or document in the comparison method. This option can be setted along with ExcludeTables. This option can’t be setted along with ExtractionArea option.
set_ExcludeAreas2(System::ArrayPtr<System::SharedPtr<Rectangle>>)Get and set the exclude areas. Used for the second page or document in the comparison method. This option can be setted along with ExcludeTables. This option can’t be setted along with ExtractionArea option.
set_ExcludeTables(bool)Get and set the option that determines whether tables are excluded from comparison. This option cannot be set together with ExtractionArea option. The default value is false.
set_ExtractionArea(System::SharedPtr<Rectangle>)Get and set the rectangular area in which the text of pages will be compared. This option can’t be setted along with ExcludeTables, ExcludeAreas1 and ExcludeAreas2 options.

See Also