PDFFormXObject¶
Namespace: O2S.Components.PDF4NET.Graphics
Defines a PDF form XObject.
Inheritance Object → PDFContentStreamContainer → PDFFormXObject
Constructors¶
PDFFormXObject(Double, Double)¶
Initializes a new PDFFormXObject object.
Parameters
width Double
The width of the form XObject in points.
height Double
The height of the form XObject in points.
Properties¶
Canvas¶
Gets the form XObject graphics.
Property Value
PDFCanvas
The form XObject graphics surface.
CosDictionary¶
Gets the COS dictionary asssociated with this object.
Property Value
PDFCosDictionary
The internal COS dictionary.
Remarks
Incorrect manipulation of the information in the COS dictionary can lead to invalid PDF files.
Height¶
Gets the form XObject height.
Property Value
Double
The form XObject height in points.
Matrix¶
Gets or sets the form XObject matrix.
Property Value
PDFMatrix
The matrix applied to form XObject content before it is rendered.
Measure¶
Gets or sets the image measure.
Property Value
PDFMeasure
A PDFMeasure descendant object that specifies the scale
and units which shall apply to the image.
PointData¶
Gets or sets the point data.
Property Value
PDFPointData
A PDFPointData object that specifies the extended geospatial data that shall apply to the image.
StructureElement¶
Gets or sets the structure element that represents this form XObject.
Property Value
PDFStructureElement
A PDFStructureElement object representing this form XObject.
TransparencyGroup¶
Gets or sets the transparency group associated with this object.
Property Value
PDFGroupXObject
The transparency group associated with this object.
Width¶
Gets the form XObject width.
Property Value
Double
The form XObject width in points.