Aspose.Note for .Net
AttachedFileBytes Property |
Gets the binary data for an embedded file.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public byte[] Bytes { get; }
Public ReadOnly Property Bytes As Byte() Get
public: property array<unsigned char>^ Bytes { array<unsigned char>^ get (); }
member Bytes : byte[] with get
Property Value
Type: Byte