Document Constructor (String, LoadOptions)
Opens an existing document from a file providing necessary converting options to get pdf document.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public Document(
	string filename,
	LoadOptions options
)

Parameters

filename
Type: SystemString
Input file to convert into pdf document.
options
Type: Aspose.PdfLoadOptions
Represents properties for converting filename into pdf document.
See Also