ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFFixedMatrix Class / D Field




In This Topic
    D Field
    In This Topic
    D value of the transformation matrix represented as the six-element array [ a b c d h v ]. See ImGearPDFFixedMatrix class for more details.
    Syntax
    'Declaration
     
    Public D As Integer
    'Usage
     
    Dim instance As ImGearPDFFixedMatrix
    Dim value As Integer
     
    value = instance.D
     
    instance.D = value
    public int D
    public: int D
    public:
    int D

    Field Value

    Integer value.
    See Also