In This Topic

PreserveSmoothing Property (PDFReducerConfiguration)

In This Topic
Specifies if the MRC engine shall try to preserve smoothing between different layers. Default value is true.
Syntax
'Declaration
 
Public Property PreserveSmoothing As Boolean
public bool PreserveSmoothing {get; set;}
public read-write property PreserveSmoothing: Boolean; 
public function get,set PreserveSmoothing : boolean
public: __property bool get_PreserveSmoothing();
public: __property void set_PreserveSmoothing( 
   bool value
);
public:
property bool PreserveSmoothing {
   bool get();
   void set (    bool value);
}
See Also