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




In This Topic
    Dict Property
    In This Topic
    Gets the stream's attributes dictionary.
    Syntax
    'Declaration
     
    Public ReadOnly Property Dict As ImGearPDFBasDict
    'Usage
     
    Dim instance As ImGearPDFBasStream
    Dim value As ImGearPDFBasDict
     
    value = instance.Dict
    public ImGearPDFBasDict Dict {get;}
    public: __property ImGearPDFBasDict* get_Dict();
    public:
    property ImGearPDFBasDict^ Dict {
       ImGearPDFBasDict^ get();
    }

    Property Value

    ImGearPDFBasDict class value.
    See Also