Class PdfEmbeddedFileStream
Represents an embedded file stream. PDF 1.3.
public class PdfEmbeddedFileStream : PdfDictionary, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfEmbeddedFileStream
- Implements
- Inherited Members
Constructors
PdfEmbeddedFileStream(PdfDocument, Stream)
Initializes a new instance of PdfEmbeddedFileStream from a stream.
public PdfEmbeddedFileStream(PdfDocument document, Stream stream)
Parameters
document
PdfDocumentstream
Stream
Methods
IsEmbeddedFile(PdfDictionary)
Determines, if dictionary is an embedded file stream.
public static bool IsEmbeddedFile(PdfDictionary dictionary)
Parameters
dictionary
PdfDictionary