ShouldSerializeMargin Method
In This Topic
Determines whether to serialize the margin.
Syntax
'Declaration
Protected Function ShouldSerializeMargin() As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
value = instance.ShouldSerializeMargin()
protected bool ShouldSerializeMargin()
See Also