 | PdfAttachmentContent Property |
Gets the content of the attachment.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic byte[] Content { get; }Public ReadOnly Property Content As Byte()
Get
public:
property array<unsigned char>^ Content {
array<unsigned char>^ get ();
}member Content : byte[] with get
/** @property */
public byte[] get_Content()
Property Value
Byte
See Also