Class EmbeddedFile
A file embedded in a PDF document for document references.
public class EmbeddedFile
- Inheritance
-
EmbeddedFile
- Inherited Members
Properties
Bytes
The decrypted bytes of the file.
public IReadOnlyList<byte> Bytes { get; }
Property Value
FileSpecification
The specification of the path to the file.
public string FileSpecification { get; }
Property Value
Name
The name given to this embedded file in the document's name tree.
public string Name { get; }
Property Value
Stream
The underlying embedded file stream.
public StreamToken Stream { get; }
Property Value
Methods
ToString()
public override string ToString()