Accusoft.PdfXpress7.Net
Linearized Property (SaveOptions)




Gets and sets an indicator if the PDF file is saved as a linearized PDF file.
Syntax
'Declaration
 
Public Property Linearized As Boolean
'Usage
 
Dim instance As SaveOptions
Dim value As Boolean
 
instance.Linearized = value
 
value = instance.Linearized
public bool Linearized {get; set;}
public: __property bool get_Linearized();
public: __property void set_Linearized( 
   bool value
);
public:
property bool Linearized {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the PDF file is saved as a linearized PDF file. Otherwise, false is used.
See Also

Reference

SaveOptions Class
SaveOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback