Document Constructor (String, LoadOptions) |
Opens an existing document from a file providing necessary converting options to get pdf document.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Document(
string filename,
LoadOptions options
)
Public Sub New (
filename As String,
options As LoadOptions
)
public:
Document(
String^ filename,
LoadOptions^ options
)
new :
filename : string *
options : LoadOptions -> Document
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