PDFRubberStampAnnotationName¶
Namespace: O2S.Components.PDF4NET.Annotations
Defines the standard names for a rubber stamps.
Inheritance Object → PDFRubberStampAnnotationName
Fields¶
Approved¶
Approved stamp name.
AsIs¶
As Is stamp name.
Confidential¶
Confidential stamp name.
Departmental¶
Departmental stamp name.
Draft¶
Draft stamp name.
Experimental¶
Experimental stamp name.
Expired¶
Expired stamp name.
Final¶
Final stamp name.
ForComment¶
for comment stamp name.
ForPublicRelease¶
For public release stamp name.
NotApproved¶
Not approved stamp name.
NotForPublicRelease¶
Not for public release stamp name.
Sold¶
Sold stamp name.
TopSecret¶
Top secret stamp name.
Methods¶
GetDisplayColorForStandardName(String)¶
Gets the display value for the standard annotations.
Parameters
standardName String
Returns
PDFRgbColor
An array with the standard stamp names.
GetDisplayNameForStandardName(String)¶
Gets the display value for the standard annotations.
Parameters
standardName String
Returns
String
An array with the standard stamp names.
GetStandardNames()¶
Gets the names of the standard annotations.
Returns
String[]
An array with the standard stamp names.
IsStandardName(String)¶
Verifies if the given parameter is a predefined name.
Parameters
name String
Returns