Skip to content

Markdown2Pdf.PdfArgs

GitHub Action edited this page May 25, 2024 · 1 revision

Class PdfArgs

Namespace: Markdown2Pdf
Assembly: Markdown2Pdf.dll

EventArgs containing the path to the temporary PDF file.

public class PdfArgs : EventArgs

Inheritance

objectEventArgsPdfArgs

Inherited Members

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

Constructors

PdfArgs(string)

EventArgs containing the path to the temporary PDF file.

public PdfArgs(string pdfPath)

Parameters

pdfPath string

Path to the temporary PDF.

Properties

PdfPath

Path to the temporary PDF.

public string PdfPath { get; }

Property Value

string

Clone this wiki locally