ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFontAttrs Class / Registry Property




In This Topic
    Registry Property
    In This Topic
    Gets or sets the atom representing the CIDFont's Registry information, as in "Adobe-Japan".
    Syntax
    'Declaration
     
    Public Property Registry As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDEFontAttrs
    Dim value As ImGearPDFAtom
     
    instance.Registry = value
     
    value = instance.Registry
    public ImGearPDFAtom Registry {get; set;}
    public: __property ImGearPDFAtom* get_Registry();
    public: __property void set_Registry( 
       ImGearPDFAtom* value
    );
    public:
    property ImGearPDFAtom^ Registry {
       ImGearPDFAtom^ get();
       void set (    ImGearPDFAtom^ value);
    }

    Property Value

    ImGearPDFAtom class object.
    See Also