Gets the PDF file for this drawing document from the vault, if the setting to create a PDF file of a drawing document in the vault during check-in was selected.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveAsPDF( _
Optional ByVal saveDir As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocument
Dim saveDir As String
Dim value As Integer
value = instance.SaveAsPDF(saveDir)
|
C++/CLI | |
---|
int SaveAsPDF(
& String^ saveDir
) |
Parameters
- saveDir
- Folder where to save the PDF file
Return Value
0 if the PDF file is found in the vault, non-0 if not
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2008 FCS