'Declaration
Public Property BarcodeSize As Pdf417MicroBarcodeSize
'Usage
Dim instance As Pdf417MicroBarcode Dim value As Pdf417MicroBarcodeSize instance.BarcodeSize = value value = instance.BarcodeSize
public Pdf417MicroBarcodeSize BarcodeSize {get; set;}
public: property Pdf417MicroBarcodeSize BarcodeSize { Pdf417MicroBarcodeSize get(); void set ( Pdf417MicroBarcodeSize value); }