BmpDevice Class |
Namespace: Aspose.Pdf.Devices
The BmpDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | BmpDevice |
Initializes a new instance of the BmpDevice class with default resolution.
|
![]() | BmpDevice(PageSize) |
Initializes a new instance of the BmpDevice class with provided page size,
default resolution (=150).
|
![]() | BmpDevice(Resolution) |
Initializes a new instance of the BmpDevice class.
Resolution for the result image file, see Resolution class.
|
![]() | BmpDevice(Int32, Int32) |
Initializes a new instance of the BmpDevice class with provided image dimensions,
default resolution (=150).
|
![]() | BmpDevice(PageSize, Resolution) |
Initializes a new instance of the BmpDevice class with provided page size and
resolution.
|
![]() | BmpDevice(Int32, Int32, Resolution) |
Initializes a new instance of the BmpDevice class with provided image dimensions and
resolution.
|
Name | Description | |
---|---|---|
![]() | CoordinateType |
Gets or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default.
(Inherited from ImageDevice.) |
![]() | FormPresentationMode |
Gets or sets form presentation mode.
(Inherited from ImageDevice.) |
![]() | Height |
Gets image output height.
(Inherited from ImageDevice.) |
![]() | RenderingOptions |
Gets or sets rendering options.
(Inherited from ImageDevice.) |
![]() | Resolution |
Gets image resolution.
(Inherited from ImageDevice.) |
![]() | Width |
Gets image output width.
(Inherited from ImageDevice.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Process(Page, Stream) |
Converts the page into bmp and saves it in the output stream.
(Overrides PageDeviceProcess(Page, Stream).) |
![]() | Process(Page, String) |
Perfoms some operation on the given page and saves results into the file.
(Inherited from PageDevice.) |
![]() | ToString | (Inherited from Object.) |