ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFFixedQuad Class / TopLeft Field




In This Topic
    TopLeft Field
    In This Topic
    Top Left value.
    Syntax
    'Declaration
     
    Public TopLeft As ImGearPDFFixedPoint
    'Usage
     
    Dim instance As ImGearPDFFixedQuad
    Dim value As ImGearPDFFixedPoint
     
    value = instance.TopLeft
     
    instance.TopLeft = value
    public ImGearPDFFixedPoint TopLeft
    public: ImGearPDFFixedPoint* TopLeft
    public:
    ImGearPDFFixedPoint^ TopLeft

    Field Value

    ImGearPDFFixedPoint class object.
    See Also