In This Topic

FastWebView Property (PDFReducerConfiguration)

In This Topic
Specifies whether the PDF shall be optimized for online distribution. Default value is false.
Syntax
'Declaration
 
Public Property FastWebView As Boolean
public bool FastWebView {get; set;}
public read-write property FastWebView: Boolean; 
public function get,set FastWebView : boolean
public: __property bool get_FastWebView();
public: __property void set_FastWebView( 
   bool value
);
public:
property bool FastWebView {
   bool get();
   void set (    bool value);
}
See Also