InterfacePCBIWindowGetJobPreviewImages Method

Returns the Preview and Icon Image of the currently loaded design

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool GetJobPreviewImages(
	out Bitmap preview200px,
	out Bitmap icon32px
)

Parameters

preview200px  Bitmap
 
icon32px  Bitmap
 

Return Value

Boolean
True if successful

See Also