public ushort PaperHeight {get; set;}
public: __property ushort get_PaperHeight(); public: __property void set_PaperHeight( ushort value );
'Declaration Public Property PaperHeight As UShort
'Usage Dim instance As ImGearPDFPrintOptions Dim value As UShort instance.PaperHeight = value value = instance.PaperHeight