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




In This Topic
    Value Property (ImGearPDFBasStream)
    In This Topic
    Gets the value of the specified stream object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Byte()
    'Usage
     
    Dim instance As ImGearPDFBasStream
    Dim value() As Byte
     
    value = instance.Value
    public byte[] Value {get;}
    public: __property byte[]* get_Value();
    public:
    property array<byte>^ Value {
       array<byte>^ get();
    }

    Property Value

    Byte array.
    See Also