Document
HtmlUrlLoadEventArgs
DataBytes Property
|
Gets or sets the data bytes.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public byte[] DataBytes { set; }
Public WriteOnly Property DataBytes As Byte()
Set
public:
property array<unsigned char>^ DataBytes {
void set (array<unsigned char>^ value);
}
member DataBytes : byte[] with set
Property Value
Type:
Byte
See Also