public class PdfMargins
Public Class PdfMargins
public ref class PdfMargins
type PdfMargins = class end
PdfMargins | All margins are 0 points |
PdfMargins(Single) | All margins have the same size in points |
PdfMargins(Single, Single, Single, Single) | Set individual sizes for the left, right, top and bottom margins in points |
Bottom | The bottom margin in points |
Empty | The null PDF margins |
Left | The left margin in points |
Right | The right margin in points |
Top | The top margin in points of the PDF page |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |