'Declaration Public Function New( _
ByVal documentParent document of this image resource.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal streamThe stream that contains embedded file.As System.IO.Stream, _
ByVal closeStreamAfterUseA value indicating whether the stream must be closed after use.As Boolean, _
ByVal compressionThe compression.As Vintasoft.Imaging.Pdf.PdfCompression, _
ByVal compressionSettingsThe compression settings.As Vintasoft.Imaging.Pdf.PdfCompressionSettings _
)
public PdfEmbeddedFile(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.IO.Stream stream,
bool closeStreamAfterUse,
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings compressionSettings
)
Parameters
- document
- Parent document of this image resource.
- stream
- The stream that contains embedded file.
- closeStreamAfterUse
- A value indicating whether the stream must be closed after use.
- compression
- The compression.
- compressionSettings
- The compression settings.