Click or drag to resize

CDOCU Class

Class to work with documents
Inheritance Hierarchy

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CDOCU : CHANDLE

public class CDOCU : CHANDLE

The CDOCU type exposes the following members.

Methods
  NameDescription
Public methodCopy
Copy DOCU
Public methodStatic memberCreate
Create a document onject
Public methodStatic 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 methodGetFile
Get the document and place in a file.
Public methodGetFileMeta
Get the document and place in a file with metadata.
Public methodGetMETA
Get the document's meta
Public methodIDocName(String)
The document name.
Public methodIDocName(String, Int32)
The document name.
Public methodIFileName(String)
The original document file name.
Public methodIFileName(String, Int32)
The original document file name.
Public methodiHaveMETA
Checks if a document has metadata.
Public methodiIsReference
Is the document only a reference (a URL) ?
Public methodOpen
Open a document in the document viewer
Public methodSerial
Serialize DOCU
Public methodSetFile
Set the document from a file source.
Public methodSetFileMeta
Set the document from a file source with metadata.
Public methodSetMETA
Set the document's meta
Top
See Also