'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(100)> Public Property ZoomPercent As System.Single
'Usage
Dim instance As NPdfImageFormat Dim value As System.Single instance.ZoomPercent = value value = instance.ZoomPercent
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(100)] public System.float ZoomPercent {get; set;}