Click or drag to resize

DiffOptions Class

Class to check differences
Inheritance Hierarchy
SystemObject
  pdftron.PDFDiffOptions

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

The DiffOptions type exposes the following members.

Constructors
  NameDescription
Public methodDiffOptions
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAddGroupAnnots
Gets the value AddGroupAnnots from the options object Whether we should add an annot layer indicating the difference regions
Public methodGetBlendMode
Gets the value BlendMode from the options object How the two colors should be blended.
Public methodGetColorA
Gets the value ColorA from the options object The difference color for the first page.
Public methodGetColorB
Gets the value ColorB from the options object The difference color for the second page
Public methodGetDict
Get the SDF Object
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInternalObj
Get the SDF ObjectSet
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetAddGroupAnnots
Sets the value for AddGroupAnnots in the options object Whether we should add an annot layer indicating the difference regions
Public methodSetBlendMode
Sets the value for BlendMode in the options object How the two colors should be blended.
Public methodSetColorA
Sets the value for ColorA in the options object The difference color for the first page.
Public methodSetColorB
Sets the value for ColorB in the options object The difference color for the second page
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also