Click or drag to resize
Pdf Library for .NET

PdfManager Class

Helper class for Manager classes in SelectPdf.Extras package (PdfFormManager, PdfCompressor, etc). Should not be used directly.
Inheritance Hierarchy
SystemObject
  SelectPdf.ExtrasPdfManager
    SelectPdf.CompressorPdfCompressor
    SelectPdf.FormsPdfFormManager

Namespace:  SelectPdf.Extras
Assembly:  Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.1
Syntax
public class PdfManager

The PdfManager type exposes the following members.

Constructors
  NameDescription
Protected methodPdfManager
This class should be instantiated from the child classes: PdfFormManager, PdfCompressor, etc.
Top
Properties
  NameDescription
Public propertyDocumentInformation
PDF document information. Most of this property info is populated after Load. Some info is populated after Save.
Top
Methods
  NameDescription
Public methodClose
Closes the opened pdf document.
Public methodLoad(Byte)
Loads a pdf document from a byte array.
Public methodLoad(Stream)
Loads a pdf document from the specified stream.
Public methodLoad(String)
Loads a pdf document from an existing pdf file.
Public methodLoad(Byte, String)
Loads a password protected pdf document from a byte array.
Public methodLoad(Stream, String)
Loads a pdf document from a stream containing a password protected pdf document.
Public methodLoad(String, String)
Loads a pdf document from an existing password protected pdf file.
Public methodSave
Saves the pdf document as byte array.
Public methodSave(Stream)
Saves the pdf document to the specified stream.
Public methodSave(String)
Saves the pdf document to the specified file.
Top
See Also