PDFComponentSettings Class

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 class PDFComponentSettings : PDFComponent
Inheritance
Object    PDFComponent    PDFComponentSettings

Constructors

Properties

BotSelectionColorAsArgb
(Inherited from PDFComponent)
ComponentColorBotAsArgb
(Inherited from PDFComponent)
ComponentColorTopAsArgb Color of the component(s) on bottom
(Inherited from PDFComponent)
LabelColorAsArgb
(Inherited from PDFComponent)
TopSelectionColorAsArgb
(Inherited from PDFComponent)

Methods

Fields

Alpha The opacity for the estimated alpha color. Range ]0]v[16.66, 54.76]v[100[. Use PDFDrawSettings to map any range to this range. The values between 16.66 and 54.76 are the mapping of the color loss in SELECT ONLY mode. Use 0 to remove the object completely or 100 to show the object in full color.
BotSelectionColor Color if a bot component is selected for highlight selection
(Inherited from PDFComponent)
CompLabelEnum The label that should be drawn on the component(s)
(Inherited from PDFComponent)
ComponentColorBot
(Inherited from PDFComponent)
ComponentColorTop Color of the component(s) on top
(Inherited from PDFComponent)
DrawImage Draw the image on top of the image
(Inherited from PDFComponent)
DrawLabel Draw the label on the component(s)
(Inherited from PDFComponent)
DynamicTextPosition If the text should be drawn dynamically adjusted to the current view
(Inherited from PDFComponent)
IgnoreCMPIgnore Ignore components that have the comp ignore attribute set to true
(Inherited from PDFComponent)
LabelColor Color of the text for the labels of the component
(Inherited from PDFComponent)
MPNPackageSettings MPN Package settings for the component(s)
(Inherited from PDFComponent)
PinSettings Pin settings for the component(s)
(Inherited from PDFComponent)
PropertyName The property that should be used for the label
(Inherited from PDFComponent)
SelectionModeEnum The selection mode that we want for the components
TopSelectionColor Color if a top component is selected for highlight selection
(Inherited from PDFComponent)
UseRealComponentColor Use the real color of the component(s) or the color set in the settings
(Inherited from PDFComponent)

See Also