In This Topic
GdPicture14 Namespace / GdPictureDocumentConverter Class / PdfEnableLinearization Property

PdfEnableLinearization Property (GdPictureDocumentConverter)

In This Topic
Specifies whether pdf encoder is applying linearization (aka fast web view). Default value is false.
Syntax
'Declaration
 
Public Property PdfEnableLinearization As Boolean
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);
}
See Also