PCBI_ConnectionSavePDF(IPCBIWindow, PDFDrawSettings, IFileData) Method

Save the PDF to a file. The file will be saved to the given IFileData.

Definition

Namespace: PCBI_PDFImport
Assembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public Task<bool> SavePDF(
	IPCBIWindow parent,
	PDFDrawSettings settings,
	IFileData file
)

Parameters

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

Return Value

TaskBoolean

See Also