'Declaration Public Function New( _
ByVal filenameFile name of the PDF document.As System.String, _
ByVal fileModeA FileMode constant that determines how to open or create the PDF document.As System.IO.FileMode, _
ByVal formatFormat of new PDF document.As PdfFormat _
)
public PdfDocument(
System.String filename,
System.IO.FileMode fileMode,
PdfFormat format
)
public: PdfDocument(
System.String filename,
System.IO.FileMode fileMode,
PdfFormat* format
)
public:
PdfDocument(
System.String filename,
System.IO.FileMode fileMode,
PdfFormat^ format
)
Parameters
- filename
- File name of the PDF document.
- fileMode
- A FileMode constant that determines how to open or create the PDF document.
- format
- Format of new PDF document.