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




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

    Field Value

    Integer value.
    See Also