'Declaration Public Property RowsPerStrip As Nullable(Of UInteger)
'Usage Dim instance As ImGearTIFFMetadata Dim value As Nullable(Of UInteger) instance.RowsPerStrip = value value = instance.RowsPerStrip
public Nullable<uint> RowsPerStrip {get; set;}
public: __property Nullable<uint> get_RowsPerStrip(); public: __property void set_RowsPerStrip( Nullable<uint> value );
public: property Nullable<uint> RowsPerStrip { Nullable<uint> get(); void set ( Nullable<uint> value); }