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