'Declaration
Public Property SupplementDisplayLocation As BarcodeTextLocation
'Usage
Dim instance As PDFEANBarcode Dim value As BarcodeTextLocation instance.SupplementDisplayLocation = value value = instance.SupplementDisplayLocation
public BarcodeTextLocation SupplementDisplayLocation {get; set;}
public: __property BarcodeTextLocation get_SupplementDisplayLocation(); public: __property void set_SupplementDisplayLocation( BarcodeTextLocation value );
public: property BarcodeTextLocation SupplementDisplayLocation { BarcodeTextLocation get(); void set ( BarcodeTextLocation value); }