![]() | |
PdfFormManager Methods |
The PdfFormManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Closes the opened pdf document.
(Inherited from PdfManager.) |
![]() | Load(Byte[]) |
Loads a pdf document from a byte array.
(Inherited from PdfManager.) |
![]() | Load(Stream) |
Loads a pdf document from the specified stream.
(Inherited from PdfManager.) |
![]() | Load(String) |
Loads a pdf document from an existing pdf file.
(Inherited from PdfManager.) |
![]() | Load(Byte[], String) |
Loads a password protected pdf document from a byte array.
(Inherited from PdfManager.) |
![]() | Load(Stream, String) |
Loads a pdf document from a stream containing a password protected pdf document.
(Inherited from PdfManager.) |
![]() | Load(String, String) |
Loads a pdf document from an existing password protected pdf file.
(Inherited from PdfManager.) |
![]() | RenameField |
Renames the form field.
|
![]() | Save() |
Saves the pdf document as byte array.
(Inherited from PdfManager.) |
![]() | Save(Stream) |
Saves the pdf document to the specified stream.
(Inherited from PdfManager.) |
![]() | Save(String) |
Saves the pdf document to the specified file.
(Inherited from PdfManager.) |