Pdf |
The PdfControl type exposes the following members.
Name | Description | |
---|---|---|
PdfControl | Create a new control and assign it to the specified field. |
Name | Description | |
---|---|---|
BackgroundColor | Gets or sets the color of the control's background. | |
BackgroundColorType | Gets the color type of the control's background. | |
BorderColor | Gets or sets the color of the control's border. | |
BorderColorType | Gets the color type of the control's border. | |
BorderStyle | Gets or sets a border style (see PdfBorderStyle) specifying the line width, style and dash pattern to be used in drawing. | |
Color | Gets or sets the fore color of the control. | |
Dictionary | Gets a dictionary of widget annotation. | |
Field | Gets an underlying field for this control. | |
Handle | Gets the Pdfium SDK handle to which the control is bound. | |
HiglightingMode | Gets or sets the highlight mode for the control. | |
OriginalBackgroundColor | Gets the color of the control's background as an array of color components. | |
OriginalBorderColor | Gets the color of the control's border as an array of color components. | |
Rect | Gets or sets the rectangle of the control. | |
Rotation | Gets or sets a value indicating how the control is rotated counterclockwise relative to the page. | |
Type | Gets the type of an underlying field. |
Name | Description | |
---|---|---|
GetWidget | Find the page on which the given control is located and return it in the form of the corresponding widget. | |
HasMKEntry | Gets whether the control has MK entry. | |
RegenerateAppearance | Delete the existing appearance stream of this PdfControl and build a new one. | |
ResetAppearance | Reset the appearance of the control and mark it to rebuild on next page load. | |
SetFocus | Set the input focus to the specified control. |