ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEContentAttrs Class / Matrix Field




In This Topic
    Matrix Field (ImGearPDEContentAttrs)
    In This Topic
    Transformation matrix for the content object.
    Syntax
    'Declaration
     
    Public Matrix As ImGearPDFFixedMatrix
    'Usage
     
    Dim instance As ImGearPDEContentAttrs
    Dim value As ImGearPDFFixedMatrix
     
    value = instance.Matrix
     
    instance.Matrix = value
    public ImGearPDFFixedMatrix Matrix
    public: ImGearPDFFixedMatrix* Matrix
    public:
    ImGearPDFFixedMatrix^ Matrix

    Field Value

    ImGearPDFFixedMatrix class object.
    Remarks
    Only used if the content contains a Form. Corresponds to Matrix key in the XObject Form attributes dictionary, which specifies the mapping from form space to the current user space. Each time the form XObject is painted by the Do operator, this matrix is concatenated with the current transformation matrix to define the mapping from form space to device space. See section '4.9 Form XObjects' of the PDF Reference for more details.
    See Also