ImageGear .NET v25.0 - Updated
PlatformName Property




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

Reference

ImGearPDEFontAttrs Class
ImGearPDEFontAttrs Members
ImGearPDFAtom Class