Metodo UtilQsPublisherHelperPublishPDF(Document, String, DictionaryString, Object)
|
Pubblicazione in PDF. Vuole il document di Inventor da pubblicare ed il nome del file di output.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.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 Document
-
- _fout String
-
- options DictionaryString, Object
-
Valore di ritorno
BooleanVedi anche