Accusoft.ImagXpressSdk Namespace > LoadOptions Class : Pic Property |
'Declaration Public Property Pic As LoadOptionsPic
'Usage Dim instance As LoadOptions Dim value As LoadOptionsPic instance.Pic = value value = instance.Pic
public LoadOptionsPic Pic {get; set;}
public: __property LoadOptionsPic* get_Pic(); public: __property void set_Pic( LoadOptionsPic* value );
public: property LoadOptionsPic^ Pic { LoadOptionsPic^ get(); void set ( LoadOptionsPic^ value); }