ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasFixed Class / Value Property




In This Topic
    Value Property (ImGearPDFBasFixed)
    In This Topic
    Gets the value of the specified fixed object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Integer
    'Usage
     
    Dim instance As ImGearPDFBasFixed
    Dim value As Integer
     
    value = instance.Value
    public int Value {get;}
    public: __property int get_Value();
    public:
    property int Value {
       int get();
    }

    Property Value

    Integer value.
    See Also