TrimMargins ClassTerminal Works - PDF Printing.Net Library
Represents trim margins added to the page.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfTrimMargins

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class TrimMargins

The TrimMargins type exposes the following members.

Constructors

  NameDescription
Public methodTrimMargins
Initializes a new instance of the TrimMargins class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAll
Sets all four crop margins simultaneously.
Public propertyAreSet
Gets a value indicating whether this instance has at least one margin with a value other than zero.
Public propertyBottom
Gets or sets the bottom crop margin.
Public propertyLeft
Gets or sets the left crop margin.
Public propertyRight
Gets or sets the right crop margin.
Public propertyTop
Gets or sets the top crop margin.
Top
See Also

Reference