'Declaration Public Function New( _
ByVal documentParent PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal streamThe stream.As System.IO.Stream, _
ByVal closeStreamAfterUseA value indicating whether the stream must be closed after use.As Boolean, _
ByVal compressionCompression of new resource.As Vintasoft.Imaging.Pdf.PdfCompression, _
ByVal compressionSettingsCompression settings.As Vintasoft.Imaging.Pdf.PdfCompressionSettings _
)
public PdfResource(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.IO.Stream stream,
bool closeStreamAfterUse,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings compressionSettings
)
Parameters
- document
- Parent PDF document.
- stream
- The stream.
- closeStreamAfterUse
- A value indicating whether the stream must be closed after use.
- compression
- Compression of new resource.
- compressionSettings
- Compression settings.