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




In This Topic
    Bottom Field
    In This Topic
    Specifies the y-coordinate of the lower-right corner of the rectangle.
    Syntax
    'Declaration
     
    Public Bottom As Integer
    'Usage
     
    Dim instance As ImGearPDFFixedRect
    Dim value As Integer
     
    value = instance.Bottom
     
    instance.Bottom = value
    public int Bottom
    public: int Bottom
    public:
    int Bottom

    Field Value

    Integer value.
    See Also