public int TopMargin {get; set;}
public: __property int get_TopMargin(); public: __property void set_TopMargin( int value );
public: property int TopMargin { int get(); void set ( int value); }
'Declaration Public Property TopMargin As Integer
'Usage Dim instance As BlankPageDetectOptions Dim value As Integer instance.TopMargin = value value = instance.TopMargin
The default value is 0.
Valid values are 0 to {image height}.
BlankPageDetectOptions Class BlankPageDetectOptions Members