Image 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 | |
---|---|---|
Image(Image) | Initializes a new instance of the Bytescout.PDF.Image class from the specified existing image. | |
Image(Stream) | Initializes a new instance of the Bytescout.PDF.Image class from the specified data stream. | |
Image(String) | Initializes a new instance of the Bytescout.PDF.Image class from the specified file or URL. | |
Image(Image, ImageCompression) | Initializes a new instance of the Bytescout.PDF.Image class from the specified existing image. | |
Image(Stream, ImageCompression) | Initializes a new instance of the Bytescout.PDF.Image class from the specified data stream. | |
Image(String, ImageCompression) | Initializes a new instance of the Bytescout.PDF.Image class from the specified file or URL. | |
Image(Image, ImageCompression, Int32) | Initializes a new instance of the Bytescout.PDF.Image class from the specified existing image. | |
Image(Stream, ImageCompression, Int32) | Initializes a new instance of the Bytescout.PDF.Image class from the specified data stream. | |
Image(String, ImageCompression, Int32) | Initializes a new instance of the Bytescout.PDF.Image class from the specified file or URL. |
See Also