Class PageSize
public class PageSize : Rectangle
- Inheritance
-
PageSize
- Inherited Members
Constructors
PageSize(float, float)
public PageSize(float width, float height)
Parameters
PageSize(Rectangle)
public PageSize(Rectangle box)
Parameters
box
Rectangle
Fields
A0
public static readonly PageSize A0
Field Value
A1
public static readonly PageSize A1
Field Value
A10
public static readonly PageSize A10
Field Value
A2
public static readonly PageSize A2
Field Value
A3
public static readonly PageSize A3
Field Value
A4
public static readonly PageSize A4
Field Value
A5
public static readonly PageSize A5
Field Value
A6
public static readonly PageSize A6
Field Value
A7
public static readonly PageSize A7
Field Value
A8
public static readonly PageSize A8
Field Value
A9
public static readonly PageSize A9
Field Value
B0
public static readonly PageSize B0
Field Value
B1
public static readonly PageSize B1
Field Value
B10
public static readonly PageSize B10
Field Value
B2
public static readonly PageSize B2
Field Value
B3
public static readonly PageSize B3
Field Value
B4
public static readonly PageSize B4
Field Value
B5
public static readonly PageSize B5
Field Value
B6
public static readonly PageSize B6
Field Value
B7
public static readonly PageSize B7
Field Value
B8
public static readonly PageSize B8
Field Value
B9
public static readonly PageSize B9
Field Value
DEFAULT
public static readonly PageSize DEFAULT
Field Value
EXECUTIVE
public static readonly PageSize EXECUTIVE
Field Value
LEDGER
public static readonly PageSize LEDGER
Field Value
LEGAL
public static readonly PageSize LEGAL
Field Value
LETTER
public static readonly PageSize LETTER
Field Value
TABLOID
public static readonly PageSize TABLOID
Field Value
Methods
Clone()
Creates a "deep copy" of this PageSize, meaning the object returned by this method will be independent of the object being cloned.
public override Rectangle Clone()
Returns
- Rectangle
the copied PageSize.
Remarks
Creates a "deep copy" of this PageSize, meaning the object returned by this method will be independent of the object being cloned. Note that although the return type of this method is Rectangle , the actual type of the returned object is PageSize.
Rotate()
Rotates PageSize clockwise.
public virtual PageSize Rotate()