PdfPadding Class

Represents padding for a PDF element.

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.0.0
C#
public class PdfPadding
Inheritance
Object    PdfPadding

Constructors

PdfPadding Initializes a new instance of the PdfPadding class.

Properties

Bottom Gets or sets the bottom padding.
Left Gets or sets the left padding.
Right Gets or sets the right padding.
Top Gets or sets the top padding.

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)

Fields

Empty Represents an empty padding (all values set to 0).

See Also