public int MinimumPageWidth {get; set;}
public: __property int get_MinimumPageWidth(); public: __property void set_MinimumPageWidth( int value );
'Declaration Public Property MinimumPageWidth As Integer
'Usage Dim instance As BorderRemovalOptions Dim value As Integer instance.MinimumPageWidth = value value = instance.MinimumPageWidth