public class PageImage extends Object
Represents a Page as an image
Constructor and Description |
---|
PageImage(int pageNumber,
InputStream pageStream)
Initialize an instance of PageImage class
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Get the page Height
|
int |
getPageNumber()
Get or Set the Page Number
|
InputStream |
getPageStream()
Get or Set the stream of a page
|
com.aspose.ms.System.IO.Stream |
getPageStreamInternal() |
int |
getWidth()
Get the page Width
|
void |
setHeight(int height) |
void |
setPageNumber(int value)
Get or Set the Page Number
|
void |
setPageStream(InputStream value)
Get or Set the stream of a page
|
void |
setWidth(int width) |
public PageImage(int pageNumber, InputStream pageStream)
Initialize an instance of PageImage class
pageNumber
- Page NumberpageStream
- Page Streampublic int getHeight()
Get the page Height
public final int getPageNumber()
Get or Set the Page Number
public final InputStream getPageStream()
Get or Set the stream of a page
public com.aspose.ms.System.IO.Stream getPageStreamInternal()
public int getWidth()
Get the page Width
public void setHeight(int height)
public final void setPageNumber(int value)
Get or Set the Page Number
public final void setPageStream(InputStream value)
Get or Set the stream of a page
public void setWidth(int width)
Copyright © 2019. All rights reserved.