PdfFileSpecification.Contents Property

Gets the embedded file associated with the file specification.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfEmbeddedFile Contents { get; }
VB
Public ReadOnly Property Contents As PdfEmbeddedFile
	Get

Property Value

Type: PdfEmbeddedFile
The embedded file associated with the file specification or null if embedded file is not present.

See Also