Table of Contents

Class EmbeddedFile

Namespace
UglyToad.PdfPig.Content
Assembly
UglyToad.PdfPig.dll

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

IReadOnlyList<byte>

FileSpecification

The specification of the path to the file.

public string FileSpecification { get; }

Property Value

string

Name

The name given to this embedded file in the document's name tree.

public string Name { get; }

Property Value

string

Stream

The underlying embedded file stream.

public StreamToken Stream { get; }

Property Value

StreamToken

Methods

ToString()

public override string ToString()

Returns

string