Click or drag to resize

RubberStampKind Enumeration

Determines how a rubber stamp will appear from the set of standard PDF types.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum RubberStampKind
Members
  Member nameDescription
Draft The text "Draft".
Approved The text "Approved.
Experimental The text "Experimental"
NotApproved The text "Not Approved"
AsIs The text "As Is"
Expired The text "Expired"
NotForPublicRelease The text "Not For Public Release"
Confidential The text "Confidential"
Final The text "Final"
Sold The text "Sold"
Departmental The text "Departmental"
ForComment The text "For Comment"
TopSecret The text "Top Secret"
ForPublicRelease The text "For Public Release"
See Also