PDFSelectionSettings 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 PDFSelectionSettings
Inheritance
Object    PDFSelectionSettings

Constructors

PDFSelectionSettings Default constructor for the PDFSelectionSettings
PDFSelectionSettings(SelectionModeEnum, Boolean, Int32) Constructor for the PDFSelectionSettings

Methods

Fields

Alpha The AlphaFactor for the estimated alpha color. Range ]0]v[16.66, 54.76]v[100[. Use PDFDrawSettings.MapInt() 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.
DrawSurfaces Draw the surfaces of the selected objects
SelectionModeEnum Selection Mode for what should be drawn

See Also