'Declaration Public Property Intent As ImGearPDFAtom
'Usage Dim instance As ImGearPDEImageAttrs Dim value As ImGearPDFAtom instance.Intent = value value = instance.Intent
public ImGearPDFAtom Intent {get; set;}
public: __property ImGearPDFAtom* get_Intent(); public: __property void set_Intent( ImGearPDFAtom* value );
public: property ImGearPDFAtom^ Intent { ImGearPDFAtom^ get(); void set ( ImGearPDFAtom^ value); }