RefreshOptions Class |
Namespace: pdftron.PDF
public sealed class RefreshOptions : IOptionsBase
The RefreshOptions type exposes the following members.
Name | Description | |
---|---|---|
RefreshOptions |
Constructor.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetDict |
Get the SDF Object
| |
GetDrawBackgroundOnly |
Gets the value DrawBackgroundOnly from the options object
If true draw only the background and border, which can be useful when generating the rest of the annotation content elsewhere. Off by default.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetInternalObj |
Get the SDF ObjectSet
| |
GetRefreshExisting |
Gets the value RefreshExisting from the options object
Whether we should refresh annotations with existing appearances. Defaults to false when used in PDFDoc.RefreshAnnotAppearances and true when used in Annot.RefreshAppearance.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUseNonStandardRotation |
Gets the value UseNonStandardRotation from the options object
Whether we should use rotation in the annotation even if it is not a multiple of 90. Off by default.
| |
GetUseRoundedCorners |
Gets the value UseRoundedCorners from the options object
Whether we should use the corner radii specified in Annot.BorderStyle. Off by default.
| |
SetDrawBackgroundOnly |
Sets the value for DrawBackgroundOnly in the options object
If true draw only the background and border, which can be useful when generating the rest of the annotation content elsewhere. Off by default.
| |
SetRefreshExisting |
Sets the value for RefreshExisting in the options object
Whether we should refresh annotations with existing appearances. Defaults to false when used in PDFDoc.RefreshAnnotAppearances and true when used in Annot.RefreshAppearance.
| |
SetUseNonStandardRotation |
Sets the value for UseNonStandardRotation in the options object
Whether we should use rotation in the annotation even if it is not a multiple of 90. Off by default.
| |
SetUseRoundedCorners |
Sets the value for UseRoundedCorners in the options object
Whether we should use the corner radii specified in Annot.BorderStyle. Off by default.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |