'Declaration Public Overloads Sub SaveToDocument( _
ByVal documentThe document, where the current state of the manager must be saved.As FormDocumentTemplate _
)
public void SaveToDocument(
FormDocumentTemplate document
)
public: void SaveToDocument(
FormDocumentTemplate* document
)
public:
void SaveToDocument(
FormDocumentTemplate^ document
)
Parameters
- document
- The document, where the current state of the manager must be saved.