ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDictionary Class
Members




In This Topic
    ImGearPDFDictionary Class
    In This Topic
    Represents a PDF dictionary.
    Object Model
    ImGearPDFDictionary ClassImGearPDFBasObj ClassImGearPDFLayer Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDFDictionary 
       Inherits ImGearPDFObject
    'Usage
     
    Dim instance As ImGearPDFDictionary
    public sealed class ImGearPDFDictionary : ImGearPDFObject 
    public __gc __sealed class ImGearPDFDictionary : public ImGearPDFObject 
    public ref class ImGearPDFDictionary sealed : public ImGearPDFObject 
    Remarks
    PDF dictionary class is used to work with the optional content. Can be manipulated in a UI to affect changes in visibility of content. It is used when an element belongs to one or more OCGs (layer(s)). See Adobe PDF documentation for more information.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDFDictionary

    See Also