Determines if this PDF file is linearized (optimized for the web).
Public Shared Function IsLinearized(
ByVal fileName As String,
ByVal password As String
) As Boolean
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.
true if this PDF file is linearized (optimized for the web); otherwise, false.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document