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




In This Topic
    PSName Property
    In This Topic
    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