Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents class for an image that is suitable for use with the PDF document.
Inheritance Hierarchy
Bytescout.PDFImage
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
The Image type exposes the following members.
Constructors
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.
|
Properties
Name | Description | |
---|---|---|
![]() | Height |
Gets the height, in pixels, of this image.
|
![]() | Width |
Gets the width, in pixels, of this image.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also