NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Margins.Clone

Retrieves a duplicate of this object, member by member.

[Visual Basic]
Overridable Public Function Clone() As Object
[C#]
public virtual object Clone();
[C++]
public: virtual Object* Clone();
[JScript]
public function Clone() : Object;

Return Value

A duplicate of this object.

See Also

Margins Class | Margins Members | System.Drawing.Printing Namespace | Equals