Skip to content

Markdown2Pdf.Options.MarginOptions

GitHub Action edited this page Apr 23, 2024 · 4 revisions

Class MarginOptions

Namespace: Markdown2Pdf.Options
Assembly: Markdown2Pdf.dll

Margin values with units.

public class MarginOptions

Inheritance

objectMarginOptions

Inherited Members

object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()

Properties

Bottom

Bottom margin, accepts values labeled with units.

public string? Bottom { get; set; }

Property Value

string?

Left

Left margin, accepts values labeled with units.

public string? Left { get; set; }

Property Value

string?

Right

Right margin, accepts values labeled with units.

public string? Right { get; set; }

Property Value

string?

Top

Top margin, accepts values labeled with units.

public string? Top { get; set; }

Property Value

string?

Clone this wiki locally