PdfReader ClassTerminal Works - PDF Printing.Net Library
Represents the functionality for reading PDF documents.
Inheritance Hierarchy

SystemObject
  PdfEdit.Pdf.IOPdfReader

Namespace: PdfEdit.Pdf.IO
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public static class PdfReader
Methods

  NameDescription
Public methodStatic memberOpen(Stream)
Opens an existing PDF document.
Public methodStatic memberOpen(String)
Opens an existing PDF document.
Public methodStatic memberOpen(Stream, PdfDocumentOpenMode)
Opens an existing PDF document.

Note: Using openmode values Modify or Import removes any existing security settings from the document.

Public methodStatic memberOpen(String, PdfDocumentOpenMode)
Opens an existing PDF document.

Note: Using openmode values Modify or Import removes any existing security settings from the document.

Public methodStatic memberOpen(String, String)
Opens an existing PDF document.

Note: Any existing security settings will be removed from the document.

Public methodStatic memberOpen(Stream, PdfDocumentOpenMode, PdfPasswordProvider)
Opens an existing PDF document.

Note: Using openmode values Modify or Import removes any existing security settings from the document.

Public methodStatic memberOpen(Stream, String, PdfDocumentOpenMode)
Opens an existing PDF document.

Note: Using openmode values Modify or Import removes any existing security settings from the document.

Public methodStatic memberOpen(String, PdfDocumentOpenMode, PdfPasswordProvider)
Opens an existing PDF document.

Note: Using openmode values Modify or Import removes any existing security settings from the document.

Public methodStatic memberOpen(String, String, PdfDocumentOpenMode)
Opens an existing PDF document.

Note: Using openmode values Modify or Import removes any existing security settings from the document.

Public methodStatic memberOpen(Stream, String, PdfDocumentOpenMode, PdfPasswordProvider)
Opens an existing PDF document.

Note: Using openmode values Modify or Import removes any existing security settings from the document.

Public methodStatic memberOpen(String, String, PdfDocumentOpenMode, PdfPasswordProvider)
Opens an existing PDF document.

Note: Using openmode values Modify or Import removes any existing security settings from the document.

Public methodStatic memberTestPdfFile(Byte)
Determines whether the specified data is a PDF file by inspecting the first eight bytes of the data. If the data begins with «%PDF-x.y» the function returns the version number as integer (e.g. 14 for PDF 1.4). If the data is invalid or inaccessible for any reason, 0 is returned. The function never throws an exception.
Public methodStatic memberTestPdfFile(Stream)
Determines whether the specified stream is a PDF file by inspecting the first eight bytes of the data. If the data begins with «%PDF-x.y» the function returns the version number as integer (e.g. 14 for PDF 1.4). If the data is invalid or inaccessible for any reason, 0 is returned. The function never throws an exception.
Public methodStatic memberTestPdfFile(String)
Determines whether the file specified by its path is a PDF file by inspecting the first eight bytes of the data. If the file header has the form «%PDF-x.y» the function returns the version number as integer (e.g. 14 for PDF 1.4). If the file header is invalid or inaccessible for any reason, 0 is returned. The function never throws an exception.
Top
See Also

Reference