AutoBodyDimensions

Represents the dimensions of the areas body.

public class AutoBodyDimensions : Dimensions
Public Class AutoBodyDimensions
    Inherits Dimensions

Inheritance: ObjectDimensionsAutoBodyDimensions

Licensing Info

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

Properties

BottomGets or sets the bottom edge of the dimensions in points (1/72 inches).
HeightGets or sets height of the dimensions in points (1/72 inches).
LeftGets or sets the left edge of the dimensions in points (1/72 inches).
RightGets or sets the right edge of the dimensions in points (1/72 inches).
TopGets or sets the top edge of the dimensions in points (1/72 inches).
WidthGets or sets the 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