←Select platform

Linearized Property

Summary

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

Syntax
C#
VB
C++
public bool Linearized {get; set;} 
Public Property Linearized() As Boolean 
   Get 
   Set 
public:  
   property bool Linearized 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to create a PDF document optimized for fast web viewing; otherwise, false. The 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 CodecsPdfOptions.

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

Leadtools.Codecs Assembly

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