'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> Public Property Landscape As System.Boolean
'Usage
Dim instance As NPageSettings Dim value As System.Boolean instance.Landscape = value value = instance.Landscape
[System.Xml.Serialization.XmlAttribute()] public System.bool Landscape {get; set;}