PDFDoc Constructor |
Name | Description | |
---|---|---|
PDFDoc |
Creates a new empty PDF document.
| |
PDFDoc(Byte) |
Creates a new PDF document from an array of bytes.
| |
PDFDoc(String) |
Creates a new PDF document from the specified full path of the file.
| |
PDFDoc(IStorageFile) |
Creates a new PDF document from an IStorageFile instance.
| |
PDFDoc(IBuffer) |
Creates a new PDF document from a buffer.
| |
PDFDoc(IInputStream) |
Creates a new PDF document from an IInputStream instance.
| |
PDFDoc(IRandomAccessStream) |
Creates a new PDF document from an IRandomAccessStream instance.
| |
PDFDoc(IFilter) |
Creates a new PDF document from an existing IFilter instance.
| |
PDFDoc(SDFDoc) |
Creates a new PDF document from an existing SDFDoc instance.
| |
PDFDoc(IInputStream, String) |
Creates a new PDF document from an IInputStream instance.
| |
PDFDoc(IRandomAccessStream, String) |
Creates a new PDF document from an IRandomAccessStream instance.
|