API Reference
Class
PdfStampAnnotationOptions
Placement, appearance, and mutation policy for a stamp annotation added to an existing PDF page.
Inheritance
- Object
- PdfStampAnnotationOptions
Constructors
public PdfStampAnnotationOptions() #Inherited Methods
Properties
public Int32 PageNumber { get; set; } #One-based target page number.
public Double X { get; set; } #Left edge in PDF points.
public Double Y { get; set; } #Bottom edge in PDF points.
public Double Width { get; set; } #Annotation width in PDF points.
public Double Height { get; set; } #Annotation height in PDF points.
public String StampName { get; set; } #Standard or custom PDF stamp name, for example Approved, Draft, or TopSecret.
public String Contents { get; set; } #Optional human-readable annotation contents.
public String Title { get; set; } #Optional annotation author/title.
public String Name { get; set; } #Optional stable annotation name stored in /NM.
public Int32 Flags { get; set; } #Annotation flags. The default value 4 enables printing.
public PdfColor StrokeColor { get; set; } #Border and label color. The default is dark red.
public Nullable<PdfColor> FillColor { get; set; } #Optional appearance fill color.
public Double BorderWidth { get; set; } #Border width in PDF points.
public PdfMutationExecutionPreference ExecutionPreference { get; set; } #Preferred mutation mode. Automatic uses append-only when signature policy requires it.