Namespace PdfSharp.Pdf.IO
Classes
- Chars
Character table by name.
- ObjectNotAvailableException
Exception thrown by PdfReader, indicating that the object can not (yet) be read.
- PdfPasswordProviderArgs
Encapsulates the arguments of the PdfPasswordProvider delegate.
- PdfReader
Represents the functionality for reading PDF documents.
- PdfReaderException
Exception thrown by PdfReader.
- PdfReaderOptions
UNDER CONSTRUCTION
Enums
- PasswordValidity
Determines the type of the password.
- PdfDocumentOpenMode
Determines how a PDF document is opened.
- PdfReaderProblemBehavior
Defines the action to be taken by PDFsharp if a problem occurs during reading a PDF file.
- PdfWriterLayout
Determines how the PDF output stream is formatted. Even all formats create valid PDF files, only Compact or Standard should be used for production purposes.
- Symbol
PDF Terminal symbols recognized by lexer.
Delegates
- PdfPasswordProvider
A delegate used by the PdfReader.Open function to retrieve a password if the document is protected.