-
Notifications
You must be signed in to change notification settings - Fork 5
Markdown2Pdf.Options.MarginOptions
GitHub Action edited this page Apr 23, 2024
·
4 revisions
Namespace: Markdown2Pdf.Options
Assembly: Markdown2Pdf.dll
Margin values with units.
public class MarginOptionsobject.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
Bottom margin, accepts values labeled with units.
public string? Bottom { get; set; }Left margin, accepts values labeled with units.
public string? Left { get; set; }Right margin, accepts values labeled with units.
public string? Right { get; set; }Top margin, accepts values labeled with units.
public string? Top { get; set; }