Class

PDFControl


Description

The base class for all PDF controls.

Properties

Name

Type

Read-Only

Shared

FontSize

Integer

Height

Integer

Name

String

Page

Integer

Width

Integer

X

Integer

Y

Integer

Property descriptions


PDFControl.FontSize

FontSize As Integer

The size of the text of the control.


PDFControl.Height

Height As Integer

The height of the control.


PDFControl.Name

Name As String

The name of the control.


PDFControl.Page

Page As Integer

The number of the page upon which the control was created.

This property is read-only.


PDFControl.Width

Width As Integer

The width of the control.


PDFControl.X

X As Integer

The location on the X axis of the upper-left corner of the control.


PDFControl.Y

Y As Integer

The location on the Y axis of the upper-left corner of the control.

Compatibility

Desktop, console, web and iOS project types on all supported operating systems.

See also

Object parent class; PDFDocument.AddControl Method