Metodo UtilOpen (String, Boolean, DedData, DedDoc)
|
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 21.3.0.0 (21.3.0.0)
Sintassi public 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
- Tipo: SystemString
- visible
- Tipo: SystemBoolean
- anagr
- Tipo: DedData
- doc
- Tipo: DedDoc
Valore di ritorno
Tipo:
DocumentVedi anche