ImageGear .NET v25.0 - Updated
PSName Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFontAttrs Class : PSName Property
Gets or sets an atom representing the PostScript name of a TrueType font.
Syntax
'Declaration
 
Public Property PSName As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDEFontAttrs
Dim value As ImGearPDFAtom
 
instance.PSName = value
 
value = instance.PSName
public ImGearPDFAtom PSName {get; set;}
public: __property ImGearPDFAtom* get_PSName();
public: __property void set_PSName( 
   ImGearPDFAtom* value
);
public:
property ImGearPDFAtom^ PSName {
   ImGearPDFAtom^ get();
   void set (    ImGearPDFAtom^ value);
}

Property Value

ImGearPDFAtom class object.
See Also

Reference

ImGearPDEFontAttrs Class
ImGearPDEFontAttrs Members
ImGearPDFAtom Class