Document Constructor
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
OverloadĀ List
| Name | Description | |
|---|---|---|
| Document | Creates a new PDF document. | |
| Document(Stream) | Creates a new PDF document initialized with the data from a specified stream with PDF data. | |
| Document(String) | Creates a new PDF document initialized with the data from the specified existing PDF file. | |
| Document(Stream, String) | Creates a new PDF document initialized with the data from a specified stream with PDF data. | |
| Document(String, String) | Creates a new PDF document and loads data from specified existing PDF file. |
See Also