IPCBIWindowGetJobPreviewImages Method

Returns the Preview and Icon Image of the currently loaded design

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool GetJobPreviewImages(
	out Bitmap Preview200px,
	out Bitmap Icon32px
)

Parameters

Preview200px  Bitmap
200px Preview Image
Icon32px  Bitmap
32px Icon Image

Return Value

Boolean
True if successful

Implements

InterfacePCBIWindowGetJobPreviewImages(Bitmap, Bitmap)

See Also