API Reference

Class

PdfVisibleSignatureAppearanceOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

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() #

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 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.