PageMargins Class

NReco.PdfGenerator Class Library Documentation
Represents PDF page margins (unit size is mm)
Inheritance Hierarchy

SystemObject
  NReco.PdfGeneratorPageMargins

Namespace:  NReco.PdfGenerator
Assembly:  NReco.PdfGenerator (in NReco.PdfGenerator.dll) Version: 1.2.1
Syntax

public class PageMargins

The PageMargins type exposes the following members.

Constructors

  NameDescription
Public methodPageMargins
Initializes a new instance of the PageMargins class
Top
Properties

  NameDescription
Public propertyBottom
Get or set bottom margin (in mm)
Public propertyLeft
Get or set left margin (in mm)
Public propertyRight
Get or set right margin (in mm)
Public propertyTop
Get or set top margin (in mm)
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference