Opens an existing PDF document using specified configuration options.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfDocument(
string fileName,
PdfConfigurationOptions options
)
VB
Public Sub New (
fileName As String,
options As PdfConfigurationOptions
)
Parameters
- fileName
- Type: System.String
The name of the existing PDF file. - options
- Type: BitMiracle.Docotic.Pdf.PdfConfigurationOptions
The configuration options.
See Also