'Declaration Public Overrides Sub CopyTo( _
ByVal objObject to copy the state of the current object to.As DocumentLayoutSettings _
)
public override void CopyTo(
DocumentLayoutSettings obj
)
public: void CopyTo(
DocumentLayoutSettings* obj
); override
public:
void CopyTo(
DocumentLayoutSettings^ obj
); override
Parameters
- obj
- Object to copy the state of the current object to.