'Declaration Public Function New( _
ByVal streamThe stream with PDF document.As System.IO.Stream, _
ByVal formatFormat of new PDF document.As PdfFormat, _
ByVal disposeStreamAfterUseA value indicating whether to dispose the stream after use.As Boolean _
)
public PdfDocument(
System.IO.Stream stream,
PdfFormat format,
bool disposeStreamAfterUse
)
public: PdfDocument(
System.IO.Stream* stream,
PdfFormat* format,
bool disposeStreamAfterUse
)
public:
PdfDocument(
System.IO.Stream^ stream,
PdfFormat^ format,
bool disposeStreamAfterUse
)
Parameters
- stream
- The stream with PDF document.
- format
- Format of new PDF document.
- disposeStreamAfterUse
- A value indicating whether to dispose the stream after use.