PdfWebControlCreateDocument Method |
Name | Description | |
---|---|---|
![]() ![]() | CreateDocument(String, Byte) |
Create and load new document from binary data.
|
![]() ![]() | CreateDocument(String, Stream) |
Create and load new document from stream.
|
![]() ![]() | CreateDocument(String, Byte, PdfDocumentSettings) |
Create and load new document from binary data and document settings.
|
![]() ![]() | CreateDocument(String, Int32, PdfPageSize) |
Create and load a new blank PDF document.
|
![]() ![]() | CreateDocument(String, Stream, PdfDocumentSettings) |
Create and load new document from stream and document settings.
|
![]() ![]() | CreateDocument(String, Byte, PdfDocumentSettings, String) |
Create and load new document from binary data and document settings.
|
![]() ![]() | CreateDocument(String, Int32, PdfPageSize, PdfDocumentSettings) |
Create and load a new blank PDF document.
|
![]() ![]() | CreateDocument(String, Stream, PdfDocumentSettings, String) |
Create and load new document from stream and document settings.
|