|  | |
| PdfMargins Class | |
 Inheritance Hierarchy
Inheritance HierarchyNamespace: SelectPdf
 Syntax
SyntaxThe PdfMargins type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PdfMargins | 
            Initializes all margins with 0
             | 
|  | PdfMargins(Single) | 
            Initializes all margins with the same value
             | 
|  | PdfMargins(Single, Single, Single, Single) | 
            Default constructor initializes with 0 all the margins
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Bottom | 
            PDF page bottom margin.
             | 
|   | Empty | 
            Empty margins object
             | 
|  | Left | 
            PDF page left margin.
             | 
|  | Right | 
            PDF page right margin.
             | 
|  | Top | 
            PDF page top margin.
             | 
 See Also
See Also