Metodo UtilOpen (String, Boolean, DedData, DedDoc, String)
|
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public static Document Open(
string fullFileName,
bool visible,
DedData anagr,
DedDoc doc,
string config = null
)
Public Shared Function Open (
fullFileName As String,
visible As Boolean,
anagr As DedData,
doc As DedDoc,
Optional config As String = Nothing
) As Document
public:
static Document^ Open(
String^ fullFileName,
bool visible,
DedData^ anagr,
DedDoc^ doc,
String^ config = nullptr
)
static member Open :
fullFileName : string *
visible : bool *
anagr : DedData *
doc : DedDoc *
?config : string
(* Defaults:
let _config = defaultArg config null
*)
-> Document
Parametri
- fullFileName
- Tipo: SystemString
- visible
- Tipo: SystemBoolean
- anagr
- Tipo: DedData
- doc
- Tipo: DedDoc
- config (Optional)
- Tipo: SystemString
Valore di ritorno
Tipo:
DocumentVedi anche