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.48.0.0 (3.48.0.0)
Syntax public byte[] ReadAllBytes()
Public Function ReadAllBytes As Byte()
Return Value
Type:
Byte
The embedded file's binary, as a byte array
See Also