Gets and sets an indicator if the PDF file is saved as a linearized PDF file.
            
            
            
            
            
            
            
            '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.