'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 compressionCompression of the resource.As Vintasoft.Imaging.Pdf.PdfCompression _
)
public PdfEmbeddedFile(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.IO.Stream stream,
Vintasoft.Imaging.Pdf.PdfCompression compression
)
public: PdfEmbeddedFile(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.IO.Stream* stream,
Vintasoft.Imaging.Pdf.PdfCompression compression
)
public:
PdfEmbeddedFile(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.IO.Stream^ stream,
Vintasoft.Imaging.Pdf.PdfCompression compression
)
Parameters
- document
- Parent document of this image resource.
- stream
- The stream that contains embedded file.
- compression
- Compression of the resource.