FastWebView Property (PDFReducerConfiguration)
Specifies whether the PDF shall be optimized for online distribution.
Default value is false.
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);
}
'Declaration
Public Property FastWebView As Boolean