[]
Instantiates a new instance of the SupportedPageInfo class with the specified width and height.
public SupportedPageInfo(int width, int height)
Type | Name | Description |
---|---|---|
int | width | The page width in twips. |
int | height | The page height in twips. |
Instantiates a new instance of the SupportedPageInfo class with the specified width, height and margins.
public SupportedPageInfo(int width, int height, int leftMargin, int topMargin, int rightMargin, int bottomMargin)
Type | Name | Description |
---|---|---|
int | width | The page width in twips. |
int | height | The page height in twips. |
int | leftMargin | The left margin in twips. |
int | topMargin | The top margin in twips. |
int | rightMargin | The right margin in twips. |
int | bottomMargin | The bottom margin in twips. |