PdfEnableLinearization Property (GdPictureDocumentConverter)
Specifies whether pdf encoder is applying linearization (aka fast web view).
Default value is false.
public bool PdfEnableLinearization {get; set;}
public read-write property PdfEnableLinearization: Boolean;
public function get,set PdfEnableLinearization : boolean
public: __property bool get_PdfEnableLinearization();
public: __property void set_PdfEnableLinearization(
bool value
);
public:
property bool PdfEnableLinearization {
bool get();
void set ( bool value);
}
'Declaration
Public Property PdfEnableLinearization As Boolean