PCBI_ConnectionSavePDF(IPCBIWindow, PDFDrawSettings, IFileData) Method
Save the PDF to a file. The file will be saved to the given IFileData.
Namespace: PCBI_PDFImportAssembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 17.0.0.0 (17.0.0.0)
public Task<bool> SavePDF(
IPCBIWindow parent,
PDFDrawSettings settings,
IFileData file
)
Public Function SavePDF (
parent As IPCBIWindow,
settings As PDFDrawSettings,
file As IFileData
) As Task(Of Boolean)
public:
Task<bool>^ SavePDF(
IPCBIWindow^ parent,
PDFDrawSettings^ settings,
IFileData^ file
)
member SavePDF :
parent : IPCBIWindow *
settings : PDFDrawSettings *
file : IFileData -> Task<bool>
- parent IPCBIWindow
- Window that is being used, current step is used
- settings PDFDrawSettings
- Settings for the PCB-Drawing
- file IFileData
- FileData to save to. Can be a PCBI365 File as well
TaskBoolean