Saves the margin settings (Inset object) to XML.
'Declaration
Public Function Serialize( _
ByVal As XmlTextWriter _
) As Boolean
'Usage
Dim instance As Inset
Dim w As XmlTextWriter
Dim value As Boolean
value = instance.Serialize(w)
public bool Serialize(
XmlTextWriter
)
Parameters
- w
- XmlTextWriter object to save the object to.
Return Value
true if successful; false otherwise
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional