Click or drag to resize

PdfEmbeddedFileReadAllBytes Method

Reads and returns the embededed file's contents, as a byte array.

Namespace:  RadPdf.Data.Document.EmbeddedFiles
Assembly:  RadPdf (in RadPdf.dll) Version: 3.47.0.0 (3.47.0.0)
Syntax
public byte[] ReadAllBytes()

Return Value

Type: Byte
The embedded file's binary, as a byte array
See Also