Metodo UtilOpen(String, Boolean, DedData, DedDoc)
|
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassipublic static Document Open(
string fullFileName,
bool visible,
DedData anagr,
DedDoc doc
)
Public Shared Function Open (
fullFileName As String,
visible As Boolean,
anagr As DedData,
doc As DedDoc
) As Document
public:
static Document^ Open(
String^ fullFileName,
bool visible,
DedData^ anagr,
DedDoc^ doc
)
static member Open :
fullFileName : string *
visible : bool *
anagr : DedData *
doc : DedDoc -> Document
Parametri
- fullFileName String
-
- visible Boolean
-
- anagr DedData
-
- doc DedDoc
-
Valore di ritorno
Document
Vedi anche