Click or drag to resize

Margins Class

Represents a PDF page mergins
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentMargins

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.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