Closes the document.
PODSDocumentSrc
void closeDocument(PODSDocument doc);
Not applicable
void PODScloseDocument( PODSDocumentSrc* docsrc, PODSDocument* doc );
docsrc The PODSDocumentSrc
object.
doc [in] The document to close.
None
If you have used the shipped PODSDocumentSrc
interface, when you call destroy()
on a document, it automatically calls closeDocument( )
on the document’s document source. If you implement your own PODSDocumentSrc
interface, you also need to have your destroy( )
method automatically call closeDocument( )
on the document’s document source.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |