PdfAttachmentAnnotationWidget
Data Property
|
Gets the attachment data of the annotation.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public byte[] Data { get; }
Public ReadOnly Property Data As Byte()
Get
public:
property array<unsigned char>^ Data {
array<unsigned char>^ get ();
}
member Data : byte[] with get
Property Value
Type:
Byte
See Also