SECTNDocument::Serialize
voidSECTNDocument::Serialize(CArchive&ar)
This specialized Serialize member function prepends the serialization stream with the thumbnail image during writing and skips the thumbnail during reading. Be sure to call the base class’s Serialize funtion if you override to maintain this behavior.
Defined in: SECTNDOC.CPP
Return Value
void
Parameters
ar
The CArchive that data is serialized into and out of.
See Also