Click or drag to resize
CDOCU Class
Class to work with documents
Inheritance Hierarchy

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public class CDOCU : CHANDLE

The CDOCU type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneCopy
Copy DOCU
Public methodAvailable to anyoneStatic memberCreate
Create a document onject
Public methodAvailable to anyoneStatic memberCreateS
Create from a serialized source
Protected methodDispose
Releases the unmanaged resources used by the CDOCU and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneGetFile
Get the document and place in a file.
Public methodAvailable to anyoneGetFileMeta
Get the document and place in a file with metadata.
Public methodAvailable to anyoneGetMETA
Get the document's meta
Public methodAvailable to anyoneIDocName
The document name.
Public methodAvailable to anyoneIFileName
The original document file name.
Public methodAvailable to anyoneiHaveMETA
Do you have meta data?
Public methodAvailable to anyoneiIsReference
Is the document only a reference (a URL) ?
Public methodAvailable to anyoneOpen
Open a document in the document viewer
Public methodAvailable to anyoneSerial
Serialize DOCU
Public methodAvailable to anyoneSetFile
Set the document from a file source.
Public methodAvailable to anyoneSetFileMeta
Set the document from a file source with metadata.
Public methodAvailable to anyoneSetMETA
Set the document's meta
Top
See Also