ExtendedPageDimensions

Represents the extended dimensions of a page.

public class ExtendedPageDimensions : PageDimensions
Public Class ExtendedPageDimensions
    Inherits PageDimensions

Inheritance: ObjectAreaDimensionsPageDimensionsExtendedPageDimensions

Licensing Info

This class is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:

Constructors

ExtendedPageDimensions(Dimensions, Dimensions)Initializes a new instance of the ExtendedPageDimensions class.
ExtendedPageDimensions(Dimensions, Dimensions, Dimensions, Dimensions)Initializes a new instance of the ExtendedPageDimensions class.
ExtendedPageDimensions(Dimensions, Dimensions, Dimensions, Dimensions, Dimensions)Initializes a new instance of the ExtendedPageDimensions class.
ExtendedPageDimensions(Dimensions, Dimensions, Dimensions, Dimensions, Dimensions, Dimensions)Initializes a new instance of the ExtendedPageDimensions class.

Properties

ArtBoxGets the art box dimensions of the page in points (1/72 inches).
BleedBoxGets the bleed box dimensions of the page in points (1/72 inches).
BodyRepresents the dimensions of the areas body.
(Inherited from AreaDimensions)
BottomMarginGets or sets the bottom margin of the page dimensions in points (1/72 inches).
(Inherited from AreaDimensions)
CropBoxGets the crop box dimensions of the page in points (1/72 inches). This is the same as the edge of the page.
EdgeRepresents the dimensions of the areas edge.
(Inherited from AreaDimensions)
HeightGets or sets the height of the page dimensions in points (1/72 inches).
(Inherited from AreaDimensions)
LeftMarginGets or sets the left margin of the page dimensions in points (1/72 inches).
(Inherited from AreaDimensions)
MediaBoxGets the media box dimensions of the page in points (1/72 inches).
RightMarginGets or sets the right margin of the page dimensions in points (1/72 inches).
(Inherited from AreaDimensions)
TopMarginGets or sets the top margin of the page dimensions in points (1/72 inches).
(Inherited from AreaDimensions)
TrimBoxGets the trim box dimensions of the page in points (1/72 inches).
WidthGets or sets the width of the page dimensions in points (1/72 inches).
(Inherited from AreaDimensions)

Methods

Draw(DocumentWriter)Draws the page dimensions to the given DocumentWriter object.
Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetPdfX(Single)Gets the translated X coordinate.
(Inherited from AreaDimensions)
GetPdfX(Single, RelativeTo, Boolean)Gets the translated X coordinate.
(Inherited from AreaDimensions)
GetPdfY(Single)Gets the translated PDF y coordinate.
GetPdfY(Single, RelativeTo, Boolean)Gets the translated Y coordinate.
GetType()Gets the Type of the current instance.
(Inherited from Object)
SetMargins(Single)Sets all of the margins for the page dimensions in points (1/72 inches).
(Inherited from PageDimensions)
SetMargins(Single, Single)Sets all of the margins of the page in points (1/72 inches).
(Inherited from PageDimensions)
SetMargins(Single, Single, Single, Single)Sets all of the margins of the page in points (1/72 inches).
(Inherited from PageDimensions)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF

In this topic