PageMarginOptions class

PageMarginOptions class

Represents options that support page margins.

The PageMarginOptions type exposes the following members:

Constructors

Constructor Description
init

Methods

Method Description
equals Determines whether two object instances are equal. (inherited from ValueObject)
equals_object (inherited from ValueObject)
equals_value_object (inherited from ValueObject)
get_hash_code Serves as the default hash function. (inherited from ValueObject)

Properties

Property Description
bottom The desired page bottom margin in points.
left The desired page left margin in points.
right The desired page right margin in points.
top The desired page top margin in points.

See Also