PDFComponentSettings(Boolean, Color, Color, PDFPinSettings, PDFMpnPackageSettings, Int32, SelectionModeEnum, ComponentLabel, Boolean) Constructor

Constructor for the PDFComponentSettings

Definition

Namespace: PCBI_PDFImport.Export.BoardExport
Assembly: PCBI_PDF_Import (in PCBI_PDF_Import.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public PDFComponentSettings(
	bool useComponentColor,
	Color componentColorTop,
	Color componentColorBot,
	PDFPinSettings pinSettings,
	PDFMpnPackageSettings mpnPackageSettings,
	int alpha,
	SelectionModeEnum selectionModeEnum,
	ComponentLabel compLabelEnum,
	bool drawLabel
)

Parameters

useComponentColor  Boolean
If the color of the component should be used instead of the layers
componentColorTop  Color
Color for the components on top
componentColorBot  Color
Color for the components on bot
pinSettings  PDFPinSettings
The pin settings for all components
mpnPackageSettings  PDFMpnPackageSettings
The mpn package settings for all components
alpha  Int32
The opacity for the estimated alpha color. Range ]0]v[16.66, 54.76]v[100[.
selectionModeEnum  SelectionModeEnum
The selection mode of the components
compLabelEnum  ComponentLabel
Which label should be shown on top of the component
drawLabel  Boolean
If the label should be drawn

See Also