AutoMediaBoxDimensions

Represents the media box dimensions of the page.

public class AutoMediaBoxDimensions : Dimensions
Public Class AutoMediaBoxDimensions
    Inherits Dimensions

Inheritance: ObjectDimensionsAutoMediaBoxDimensions

Licensing Info

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

Properties

BottomGets or sets the bottom media box edge of the dimensions in points (1/72 inches).
HeightGets or sets meida box height of the dimensions in points (1/72 inches).
LeftGets or sets the left media box edge of the dimensions in points (1/72 inches).
RightGets or sets the right media box edge of the dimensions in points (1/72 inches).
TopGets or sets the top media box edge of the dimensions in points (1/72 inches).
WidthGets or sets the media box width of the dimensions in points (1/72 inches).

Methods

Equals(Object)Tests equality of Dimensions.
(Inherited from Dimensions)
GetHashCode()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Dimensions)
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