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




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

    Field Value

    Integer value.
    See Also