DiffOptions Class |
Namespace: pdftron.PDF
public sealed class DiffOptions : IOptionsBase
The DiffOptions type exposes the following members.
Name | Description | |
---|---|---|
DiffOptions |
Constructor.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetAddGroupAnnots |
Gets the value AddGroupAnnots from the options object
Whether we should add an annot layer indicating the difference regions
| |
GetBlendMode |
Gets the value BlendMode from the options object
How the two colors should be blended.
| |
GetColorA |
Gets the value ColorA from the options object
The difference color for the first page.
| |
GetColorB |
Gets the value ColorB from the options object
The difference color for the second page
| |
GetDict |
Get the SDF Object
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInternalObj |
Get the SDF ObjectSet
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetAddGroupAnnots |
Sets the value for AddGroupAnnots in the options object
Whether we should add an annot layer indicating the difference regions
| |
SetBlendMode |
Sets the value for BlendMode in the options object
How the two colors should be blended.
| |
SetColorA |
Sets the value for ColorA in the options object
The difference color for the first page.
| |
SetColorB |
Sets the value for ColorB in the options object
The difference color for the second page
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |