Click or drag to resize

RefreshOptions Class

Refresh Options class
Inheritance Hierarchy
SystemObject
  pdftron.PDFRefreshOptions

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

The RefreshOptions type exposes the following members.

Constructors
  NameDescription
Public methodRefreshOptions
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDict
Get the SDF Object
Public methodGetDrawBackgroundOnly
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.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInternalObj
Get the SDF ObjectSet
Public methodGetRefreshExisting
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUseNonStandardRotation
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.
Public methodGetUseRoundedCorners
Gets the value UseRoundedCorners from the options object Whether we should use the corner radii specified in Annot.BorderStyle. Off by default.
Public methodSetDrawBackgroundOnly
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.
Public methodSetRefreshExisting
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.
Public methodSetUseNonStandardRotation
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.
Public methodSetUseRoundedCorners
Sets the value for UseRoundedCorners in the options object Whether we should use the corner radii specified in Annot.BorderStyle. Off by default.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also