'Declaration Public Function New( _
ByVal filenameFile name of the PDF document.As System.String, _
ByVal readOnlyModeA value indicating whether the PDF document should be opened in read-only mode.As Boolean _
)
public PdfDocument(
System.String filename,
bool readOnlyMode
)
public: PdfDocument(
System.String filename,
bool readOnlyMode
)
public:
PdfDocument(
System.String filename,
bool readOnlyMode
)
Parameters
- filename
- File name of the PDF document.
- readOnlyMode
- A value indicating whether the PDF document should be opened in read-only mode.