'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); }