DwfWhipImageBaseBinaryData Property |
Binary dataof image encoded accrording to format
Namespace:
Aspose.CAD.FileFormats.Dwf.Whip.Objects.Drawable
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.5
Syntaxpublic byte[] BinaryData { get; }
Public ReadOnly Property BinaryData As Byte()
Get
public:
property array<unsigned char>^ BinaryData {
array<unsigned char>^ get ();
}
member BinaryData : byte[] with get
Property Value
Type:
Byte
See Also