←Select platform

Linearized Property

Summary
Create a PDF document that is optimized for fast web viewing.
Syntax
C#
VB
Objective-C
C++
Java
public bool Linearized { get; set; } 
Public Property Linearized As Boolean 
@property (nonatomic, assign) BOOL linearized 
public boolean getLinearized() 
public void setLinearized(boolean linearized) 
public: 
property bool Linearized { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to create a PDF document optimized for fast web viewing, otherwise; false. Default value is false.

Remarks

A Linearized PDF file is a file that has been organized in such a way as to enable efficient, incremental access in a network environment. Linearized PDF files allow the first page of the PDF file to be displayed in a user Web browser before the entire file is downloaded from the Web server.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.