ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFFixedRect Class / Left Field




In This Topic
    Left Field (ImGearPDFFixedRect)
    In This Topic
    Specifies the x-coordinate of the upper-left corner of the rectangle.
    Syntax
    'Declaration
     
    Public Left As Integer
    'Usage
     
    Dim instance As ImGearPDFFixedRect
    Dim value As Integer
     
    value = instance.Left
     
    instance.Left = value
    public int Left
    public: int Left
    public:
    int Left

    Field Value

    Integer value.
    See Also