ImageGear .NET v25.0 - Updated
Registry Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFontAttrs Class : Registry Property
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

Reference

ImGearPDEFontAttrs Class
ImGearPDEFontAttrs Members
ImGearPDFAtom Class