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




In This Topic
    Value Property (ImGearPDFBasBool)
    In This Topic
    Gets a value indicating whether the specified Boolean object is set to True.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Boolean
    'Usage
     
    Dim instance As ImGearPDFBasBool
    Dim value As Boolean
     
    value = instance.Value
    public bool Value {get;}
    public: __property bool get_Value();
    public:
    property bool Value {
       bool get();
    }

    Property Value

    Boolean value.
    See Also