API Reference
PdfVisibleSignatureAppearanceOptions
Visible signature widget and dependency-free appearance-stream settings.
Inheritance
- Object
- PdfVisibleSignatureAppearanceOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public PdfVisibleSignatureAppearanceOptions() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Int32 PageNumber { get; set; } #One-based page number that receives the signature widget.
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; } #Widget width in PDF points.
public Double Height { get; set; } #Widget height in PDF points.
public String Text { get; set; } #Appearance text. Defaults to the signature field name when omitted.
public Boolean ShowText { get; set; } #Whether the appearance text is drawn. Defaults to true for compatibility.
public Double FontSize { get; set; } #Helvetica appearance font size in points.
public PdfColor BackgroundColor { get; set; } #Appearance background color.
public PdfColor BorderColor { get; set; } #Appearance border color.
public PdfColor TextColor { get; set; } #Appearance text color.
public Byte[] ImageBytes { get; set; } #Optional raster image drawn behind the appearance text. The supplied bytes are defensively copied and accept the same managed raster formats as [[cref:OfficeIMO.Pdf.PdfDocument.TryValidateImageBytes(System.Byte[],OfficeIMO.Drawing.OfficeImageInfo@,System.String@)]].
public OfficeImageFit ImageFit { get; set; } #How the image is fitted into the padded signature rectangle.
public Double ImagePadding { get; set; } #Padding between the image and the signature rectangle edges, in PDF points.