XPdfForm PropertiesTerminal Works - PDF Printing.Net Library

The XPdfForm type exposes the following members.

Properties

  NameDescription
Public propertyBoundingBox
Gets or sets the bounding box.
(Inherited from XForm.)
Public propertyFormat
Gets the format of the image.
(Inherited from XImage.)
Public propertyHeight Obsolete.
Gets the height in point of the page identified by the property PageNumber.
(Overrides XFormHeight.)
Public propertyHorizontalResolution
Gets 72, the horizontal resolution by design of a form object.
(Inherited from XForm.)
Public propertyInterpolate
Gets or sets a flag indicating whether image interpolation is to be performed.
(Inherited from XImage.)
Public propertyPage
Gets the underlying PdfPage (if one exists).
Public propertyPageCount
Gets the number of pages in the PDF form.
Public propertyPageIndex
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.
Public propertyPageNumber
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.
Public propertyPixelHeight
Gets the height in point of the page identified by the property PageNumber.
(Overrides XFormPixelHeight.)
Public propertyPixelWidth
Gets the width in point of the page identified by the property PageNumber.
(Overrides XFormPixelWidth.)
Public propertyPlaceHolder
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.
Public propertyPointHeight
Gets the height in point of the page identified by the property PageNumber.
(Overrides XFormPointHeight.)
Public propertyPointWidth
Gets the width in point of the page identified by the property PageNumber.
(Overrides XFormPointWidth.)
Public propertySize
Get the size of the page identified by the property PageNumber.
(Overrides XFormSize.)
Public propertyTransform
Gets or sets the transformation matrix.
(Overrides XFormTransform.)
Public propertyVerticalResolution
Gets 72 always, the vertical resolution by design of a form object.
(Inherited from XForm.)
Public propertyViewBox
Gets the view box of the form.
(Inherited from XForm.)
Public propertyWidth Obsolete.
Gets the width in point of the page identified by the property PageNumber.
(Overrides XFormWidth.)
Top
See Also

Reference