←Select platform

IsLinearized(string,string) Method

Summary

Determines if this PDF file is linearized (optimized for the web).

Syntax
C#
Java
public static bool IsLinearized( 
   string fileName, 
   string password 
) 

public static boolean isLinearized( 
   java.lang.String string,  
   java.lang.String string2 
); 

Parameters

fileName

The name of the PDF file.

password

The password to use when loading this PDF file (if the file is encrypted); use null otherwise.

Return Value

true if this PDF file is linearized (optimized for the web); otherwise, false.

Remarks

A linearized PDF file is a file that has been organized 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 has been downloaded from the Web server.

Use Linearize to create a linearized version of an existing PDF file.

Example

For an example, refer to Linearize.

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

Leadtools.Pdf Assembly

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