←Select platform

Linearized Property

Summary

Create a PDF document that is optimized for fast web viewing.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Linearized {get; set;}
Public Property Linearized As Boolean
public bool Linearized {get; set;}
@property (nonatomic, assign) BOOL linearized
public boolean getLinearized() 
public void setLinearized(boolean linearized) 
get_Linearized(); 
set_Linearized(value); 
Object.defineProperty('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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.DocumentWriters Assembly
Click or drag to resize