linearized Property

Summary

Indicates whether to create a PDF document that is optimized for fast web viewing.

Syntax

JavaScript Syntax
Object.defineProperty(PdfDocumentOptions.prototype, 'linearized', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
linearized: boolean; 

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly