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




In This Topic
    PlatformName Property
    In This Topic
    Gets or sets the platform name.
    Syntax
    'Declaration
     
    Public Property PlatformName As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDEFontAttrs
    Dim value As ImGearPDFAtom
     
    instance.PlatformName = value
     
    value = instance.PlatformName
    public ImGearPDFAtom PlatformName {get; set;}
    public: __property ImGearPDFAtom* get_PlatformName();
    public: __property void set_PlatformName( 
       ImGearPDFAtom* value
    );
    public:
    property ImGearPDFAtom^ PlatformName {
       ImGearPDFAtom^ get();
       void set (    ImGearPDFAtom^ value);
    }

    Property Value

    ImGearPDFAtom class object.
    See Also