PdfMargins Class

The PDF document margins class used by PDF pages

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfMargins
Inheritance
Object    PdfMargins

Constructors

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

Properties

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

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also