public class PageInfo extends com.aspose.ms.lang.Struct<PageInfo>
Represents Document Page Information.
Constructor and Description |
---|
PageInfo() |
PageInfo(int width,
int height)
Initializes new instance of
PageInfo class. |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
PageInfo |
Clone() |
void |
CloneTo(PageInfo that) |
boolean |
equals(Object obj) |
static boolean |
equals(PageInfo obj1,
PageInfo obj2) |
int |
getHeight()
Page height
|
int |
getWidth()
Page width
|
void |
setHeight(int value)
Page height
|
void |
setWidth(int value)
Page width
|
public PageInfo()
public PageInfo(int width, int height)
Initializes new instance of PageInfo
class.
width
- Page Width.height
- Page Height.public void CloneTo(PageInfo that)
CloneTo
in class com.aspose.ms.System.ValueType<PageInfo>
public final int getHeight()
Page height
public final int getWidth()
Page width
public final void setHeight(int value)
Page height
value
- public final void setWidth(int value)
Page width
value
-