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




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

    Field Value

    Integer value.
    See Also