Click or drag to resize

TextDiffOptions Class

[Missing <summary> documentation for "T:pdftron.PDF.TextDiffOptions"]

Inheritance Hierarchy
SystemObject
  pdftron.PDFTextDiffOptions

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class TextDiffOptions : IOptionsBase

The TextDiffOptions type exposes the following members.

Constructors
  NameDescription
Public methodTextDiffOptions
Constructor.
Top
Methods
  NameDescription
Public methodAddIgnoreZonesForPage
Adds a collection of ignorable regions for the given page Optional list of page areas that will be not be processed
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetColorA
Gets the value ColorA from the options object The difference color for deletions
Public methodGetColorB
Gets the value ColorB from the options object The difference color for insertions
Public methodGetCompareUsingZOrder
Gets the value CompareUsingZOrder from the options object Whether to use z-order (aka paint order) when comparing text between A and B. On by default.
Public methodGetDict
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInternalObj
Public methodGetOpacityA
Gets the value OpacityA from the options object The difference opacity for deletions
Public methodGetOpacityB
Gets the value OpacityB from the options object The difference opacity for insertions
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetColorA
Sets the value for ColorA in the options object The difference color for deletions
Public methodSetColorB
Sets the value for ColorB in the options object The difference color for insertions
Public methodSetCompareUsingZOrder
Sets the value for CompareUsingZOrder in the options object Whether to use z-order (aka paint order) when comparing text between A and B. On by default.
Public methodSetOpacityA
Sets the value for OpacityA in the options object The difference opacity for deletions
Public methodSetOpacityB
Sets the value for OpacityB in the options object The difference opacity for insertions
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also