Metodo UtilQsPublisherHelperPublishPDF (Document, String, DictionaryString, Object)
|
Pubblicazione in PDF. Vuole il document di Inventor da pubblicare ed il nome del file di output.
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public static bool PublishPDF(
Document _doc,
string _fout,
Dictionary<string, Object> options
)
Public Shared Function PublishPDF (
_doc As Document,
_fout As String,
options As Dictionary(Of String, Object)
) As Boolean
public:
static bool PublishPDF(
Document^ _doc,
String^ _fout,
Dictionary<String^, Object^>^ options
)
static member PublishPDF :
_doc : Document *
_fout : string *
options : Dictionary<string, Object> -> bool
Parametri
- _doc
- Tipo: Document
- _fout
- Tipo: SystemString
- options
- Tipo: System.Collections.GenericDictionaryString, Object
Valore di ritorno
Tipo:
BooleanVedi anche