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 System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWDocument
Dim saveDir As System.String
Dim value As System.Integer
value = instance.SaveAsPDF(saveDir) |
C# | |
---|
System.int SaveAsPDF(
System.string saveDir
) |
C++/CLI | |
---|
System.int SaveAsPDF(
& System.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