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




In This Topic
    H Field (ImGearPDFFixedMatrix)
    In This Topic
    H 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 H As Integer
    'Usage
     
    Dim instance As ImGearPDFFixedMatrix
    Dim value As Integer
     
    value = instance.H
     
    instance.H = value
    public int H
    public: int H
    public:
    int H

    Field Value

    Integer value.
    See Also