AreaDimensions

Base class representing the dimensions of an area.

public abstract class AreaDimensions
Public MustInherit Class AreaDimensions

Inheritance: ObjectAreaDimensions

Derived: AutoPageDimensions, ExtendedPageDimensions, PageDimensions

Licensing Info

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

Properties

BodyRepresents the dimensions of the areas body.
BottomMarginGets or sets the bottom margin of the page dimensions in points (1/72 inches).
EdgeRepresents the dimensions of the areas edge.
HeightGets or sets the height of the page dimensions in points (1/72 inches).
LeftMarginGets or sets the left margin of the page dimensions in points (1/72 inches).
RightMarginGets or sets the right margin of the page dimensions in points (1/72 inches).
TopMarginGets or sets the top margin of the page dimensions in points (1/72 inches).
WidthGets or sets the width of the page dimensions in points (1/72 inches).

Methods

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.
GetPdfX(Single, RelativeTo, Boolean)Gets the translated X coordinate.
GetPdfY(Single)Gets the translated Y coordinate.
GetPdfY(Single, RelativeTo, Boolean)Gets the translated Y coordinate.
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF

In this topic