The Document type exposes the following members.

Methods

  NameDescription
Public methodCalculate
Trigger to execute the calculate actions in the value fields.
Public methodClearUsageRights
Clear the usage rights this document contains, if any.
Public methodClose
After a document has been closed, it has the same state as after calling the default constructor.
Protected methodDispose
Clean up any resources being used.
(Overrides Component..::..Dispose(Boolean).)
Public methodExport
Export data into a FormData object.
Public methodFind(TextFindCriteria)
Find text in this document.
Public methodFind(TextFindCriteria, IGlyphComparer, Boolean)
Find text in this document.
Public methodImport(FormData)
Import data from a FormData object.
Public methodImport(FormData, Boolean)
Import data from a FormData object.
Public methodOpen(Stream)
Open a PDF document from a stream.
Public methodOpen(String)
Open a PDF document from a path.
Public methodOpen(Uri)
Open a PDF document from a uniform resource indicator such as a URL. The viewer will cache the entire document in memory for performance reasons so it is not necessary that thge URI is available after this method call returns.
Public methodOpen(Stream, String)
Open a PDF document from a stream.
Public methodOpen(String, String)
Open a PDF document from a path.
Public methodOpen(Uri, String)
Open a PDF document from a uniform resource indicator such as a URL. The viewer will cache the entire document in memory for performance reasons so it is not necessary that thge URI is available after this method call returns.
Public methodStatic memberPasswordRequired
This method checks if a password is required to open this document.
Public methodPrint
Print this document with the provided print setting (without showing a print dialog).
Public methodWrite(BinaryWriter)
Write the modified document to any writer.
Public methodWrite(Stream)
Write the modified document to a stream, eg a FileStream or MemoryStream.
Public methodWrite(BinaryWriter, Boolean)
Write the modified document to any writer.
Public methodWrite(BinaryWriter, DocumentWriteMode)
Write the modified document to any writer.
Public methodWrite(Stream, Boolean)
Write the modified document to a stream, eg a FileStream or MemoryStream.
Public methodWrite(Stream, DocumentWriteMode)
Write the modified document to a stream, eg a FileStream or MemoryStream.
Public methodWrite(BinaryWriter, DocumentWriteMode, Boolean)
Write the modified document to any writer.
Public methodWrite(Stream, DocumentWriteMode, Boolean)
Write the modified document to a stream, eg a FileStream or MemoryStream.

See Also