mPDFExportParamsDatabase
Property
 | 
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public Database Database { get; set; }
 
Public Property Database As Database
        Get
        Set
 
public:
property Database^ Database {
        Database^ get ();
        void set (Database^ value);
}
 
member Database : Database with get, set
 
 
 
Property Value
Database
 
See Also