Show / Hide Table of Contents

Class HTML2PDF.ConversionFinishedEventArgs

Inheritance
System.Object
HTML2PDF.ConversionFinishedEventArgs
Namespace: pdftron.PDF.Tools.Utils
Assembly: PDFViewCtrlTools.dll
Syntax
public class ConversionFinishedEventArgs : EventArgs

Constructors

ConversionFinishedEventArgs(String, Boolean)

Declaration
public ConversionFinishedEventArgs(string pdfOutput, bool isLocal)
Parameters
Type Name Description
System.String pdfOutput
System.Boolean isLocal

Properties

IsLocal

Declaration
public bool IsLocal { get; }
Property Value
Type Description
System.Boolean

PdfOutput

Declaration
public string PdfOutput { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX