The XPdfForm type exposes the following members.
Properties
Name | Description | |
---|---|---|
BoundingBox |
Gets or sets the bounding box.
(Inherited from XForm.) | |
Format |
Gets the format of the image.
(Inherited from XImage.) | |
Height | Obsolete.
Gets the height in point of the page identified by the property PageNumber.
(Overrides XFormHeight.) | |
HorizontalResolution |
Gets 72, the horizontal resolution by design of a form object.
(Inherited from XForm.) | |
Interpolate |
Gets or sets a flag indicating whether image interpolation is to be performed.
(Inherited from XImage.) | |
Page |
Gets the underlying PdfPage (if one exists).
| |
PageCount |
Gets the number of pages in the PDF form.
| |
PageIndex |
Gets or sets the page index in the external PDF document this object refers to. The page index
is zero-based, i.e. it is in the range from 0 to PageCount - 1. The default value is 0.
| |
PageNumber |
Gets or sets the page number in the external PDF document this object refers to. The page number
is one-based, i.e. it is in the range from 1 to PageCount. The default value is 1.
| |
PixelHeight |
Gets the height in point of the page identified by the property PageNumber.
(Overrides XFormPixelHeight.) | |
PixelWidth |
Gets the width in point of the page identified by the property PageNumber.
(Overrides XFormPixelWidth.) | |
PlaceHolder |
Gets or sets an image that is used for drawing if the current XGraphics object cannot handle
PDF forms. A place holder is useful for showing a preview of a page on the display, because
PDFEdit cannot render native PDF objects.
| |
PointHeight |
Gets the height in point of the page identified by the property PageNumber.
(Overrides XFormPointHeight.) | |
PointWidth |
Gets the width in point of the page identified by the property PageNumber.
(Overrides XFormPointWidth.) | |
Size |
Get the size of the page identified by the property PageNumber.
(Overrides XFormSize.) | |
Transform |
Gets or sets the transformation matrix.
(Overrides XFormTransform.) | |
VerticalResolution |
Gets 72 always, the vertical resolution by design of a form object.
(Inherited from XForm.) | |
ViewBox |
Gets the view box of the form.
(Inherited from XForm.) | |
Width | Obsolete.
Gets the width in point of the page identified by the property PageNumber.
(Overrides XFormWidth.) |
See Also