ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEShading Class / GetDictionary Method




In This Topic
    GetDictionary Method (ImGearPDEShading)
    In This Topic
    This method gets dictionary for a shading.
    Syntax
    'Declaration
     
    Public Shadows Function GetDictionary() As ImGearPDFBasDict
    'Usage
     
    Dim instance As ImGearPDEShading
    Dim value As ImGearPDFBasDict
     
    value = instance.GetDictionary()
    public new ImGearPDFBasDict GetDictionary()
    public: new ImGearPDFBasDict* GetDictionary(); 
    public:
    new ImGearPDFBasDict^ GetDictionary(); 

    Return Value

    ImGearPDFBasDict class object.
    See Also