Link Search Menu Expand Document

Image Constructor

OverloadĀ List
NameDescription
Public methodImage(Image)
Initializes a new instance of the Bytescout.PDF.Image class from the specified existing image.
Public methodImage(Stream)
Initializes a new instance of the Bytescout.PDF.Image class from the specified data stream.
Public methodImage(String)
Initializes a new instance of the Bytescout.PDF.Image class from the specified file or URL.
Public methodImage(Image, ImageCompression)
Initializes a new instance of the Bytescout.PDF.Image class from the specified existing image.
Public methodImage(Stream, ImageCompression)
Initializes a new instance of the Bytescout.PDF.Image class from the specified data stream.
Public methodImage(String, ImageCompression)
Initializes a new instance of the Bytescout.PDF.Image class from the specified file or URL.
Public methodImage(Image, ImageCompression, Int32)
Initializes a new instance of the Bytescout.PDF.Image class from the specified existing image.
Public methodImage(Stream, ImageCompression, Int32)
Initializes a new instance of the Bytescout.PDF.Image class from the specified data stream.
Public methodImage(String, ImageCompression, Int32)
Initializes a new instance of the Bytescout.PDF.Image class from the specified file or URL.
Top
See Also

Reference