PDFVisualObject¶
Namespace: O2S.Components.PDF4NET.Content
Defines the base class for visual objects displayed on a PDF page.
Inheritance Object → PDFVisualObject
Properties¶
CTM¶
Get the current transformation matrix.
Property Value
PDFMatrix
The active transformation when the object is drawn on the page.
DisplayBounds¶
Gets the bounds of this object in visual coordinates.
Property Value
PDFDisplayRectangle
a PDFDisplayRectangle object specifying the rectangular bounds of this object.
GraphicsState¶
Gets the current graphics state.
Property Value
PDFVisualObjectGraphicsState
The graphics state that is in place when the visual object is displayed on the page.
MarkedContentIdentifier¶
Gets the marked content identifier.
Property Value
Int32
An integer representing the id of the marked content sequence this visual object belongs to.
Remarks
A negative value means the visual object does not belong to a marked content sequence.
OptionalContentGroup¶
Gets the optional content group or set this object belong to.
Property Value
PDFOptionalContentBase
The optional content group or sets that includes this visual object.
StructureElement¶
Gets the structure element that includes this visual object.
Property Value
PDFStructureElement
A PDFStructureElement object that includes this visual object.
Type¶
Gets the object type.
Property Value
PDFVisualObjectType
The type of the visual object.