Link Search Menu Expand Document

Image Class

Represents class for an image that is suitable for use with the PDF document.
Inheritance Hierarchy
SystemObject
Bytescout.PDFImage

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class Image

The Image type exposes the following members.

Constructors
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
Properties
NameDescription
Public propertyHeight
Gets the height, in pixels, of this image.
Public propertyWidth
Gets the width, in pixels, of this image.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference