Namespace Sig.PdfClient
Classes
AcroForm
Exposes the fields of the AcroForm of the document.
ButtonField
Represents a button field (field type Btn). Radio buttons (RadioButton), check boxes (CheckBox) and pushbuttons (PushButton) are button fields.
CheckBox
Represents a check box field. A check box has a boolean state (IsChecked).
ChoiceField
Represents a choice field (field type Ch). Choice fields contain several text items, one or more of which can be selected. List boxes ListBox and combo boxes ComboBox are choice fields.
ClientFactory
Builds pdf client objects.
ComboBox
Represents a combo box field. Combo boxes consist of drop-down lists.
Field
Represents an interactive form field, also known as AcroForm fields such as button fields (ButtonField), choice fields (ChoiceField), text fields (TextField), signature fields (SignatureField).
FieldPosition
Provides positional information about an AcroForm field including, the page number, the dimensions of the page, the position of the field on that page.
IClientEx
Amends IClient.
ListBox
Represents a list box field. A list box is a ChoiceField with a scrollable list.
PushButton
Represents a pushbutton.
RadioButton
Represents a radio button field.
SignatureField
Represent a signature field.
SignatureInfo
Provides signature field information.
TextField
Represents a text field.
Structs
PrintArgs
Has options for printing PDF documents.
Text
The result of a text extraction. See ExtractText(IClient, TextArgs).
TextArgs
Allows to tweak ExtractText(IClient, TextArgs).
Interfaces
IAcroForm
Represents an AcroForm of a PDF document. An AcroForm spans the entire document and may contain any number of fields appearing on any combination of pages.
IClient
Describes a client object that communicates with a pdf service. The tasks returned by async methods result in
null
, false
or -1
in case of error,
depending on the result type.
IField
Represents an interactive form field, also known as AcroForm fields such as button fields (ButtonField), choice fields (ChoiceField), text fields (TextField), signature fields (SignatureField).
IFieldPosition
Provides positional information about an AcroForm field including, that is,
the page number
,the dimensions of the page
,the position of the field with respect to that page.
IPageDimension
Describes a page.
ITextAppearance
Describes the appeareance of a text.
Enums
Font
14 Type 1 fonts, known as the standard 14 fonts, using their PostScript names.