Click or drag to resize

Margins Class

Represents a PDF page mergins
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorMargins

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public class Margins

The Margins type exposes the following members.

Constructors
 NameDescription
Public methodMargins Initializes all margins with 0
Public methodMargins(Single) Initializes all margins with the same value
Public methodMargins(Single, Single, Single, Single) Default constructor initializes with 0 all the margins
Top
Properties
 NameDescription
Public propertyStatic memberEmpty Empty margins object
Top
See Also