-
Notifications
You must be signed in to change notification settings - Fork 5
Markdown2Pdf.PdfArgs
GitHub Action edited this page May 25, 2024
·
1 revision
Namespace: Markdown2Pdf
Assembly: Markdown2Pdf.dll
EventArgs containing the path to the temporary PDF file.
public class PdfArgs : EventArgsEventArgs.Empty, object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
EventArgs containing the path to the temporary PDF file.
public PdfArgs(string pdfPath)pdfPath string
Path to the temporary PDF.
Path to the temporary PDF.
public string PdfPath { get; }