PrintoutLayoutBinaryLayout Property |
The printout layout, when the format requires binary storage. Alternative to Layout.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic byte[] BinaryLayout { get; set; }
Public Property BinaryLayout As Byte()
Get
Set
public:
virtual property array<unsigned char>^ BinaryLayout {
array<unsigned char>^ get () sealed;
void set (array<unsigned char>^ value) sealed;
}
abstract BinaryLayout : byte[] with get, set
override BinaryLayout : byte[] with get, set
Property Value
Type:
ByteImplements
IPrintoutLayoutBinaryLayout
See Also