PageImageArea Class |
Namespace: GroupDocs.Parser.Data
The PageImageArea type exposes the following members.
Name | Description | |
---|---|---|
![]() | PageImageArea(Stream, FileType, Double) |
Initializes a new instance of the PageImageArea class.
|
![]() | PageImageArea(Stream, FileType, Double, Page, Rectangle) |
Initializes a new instance of the PageImageArea class.
|
Name | Description | |
---|---|---|
![]() | FileType |
Gets the format of the image.
|
![]() | Page |
Gets the document page information such as page index and page size.
(Inherited from PageArea.) |
![]() | Rectangle |
Gets the rectangular area.
(Inherited from PageArea.) |
![]() | Rotation |
Gets the rotation angle of the image.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() ![]() | GetImageStream |
Returns the image stream.
|
![]() ![]() | GetImageStream(ImageOptions) |
Returns the image stream in a different format.
|
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Save(String) |
Saves the image to the file.
|
![]() ![]() | Save(String, ImageOptions) |
Saves the image to the file in a different format.
|
![]() | ToString | (Inherited from Object.) |
An instance of PageImageArea class is used as return value of the following methods:
See the usage examples there.