PDFLayerParameters(String, Color, PDFInfoSettings) Constructor

Constructor for the PDFLayerParameters

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 PDFLayerParameters(
	string layerName,
	Color layerColor,
	PDFInfoSettings infoParameters
)

Parameters

layerName  String
 
layerColor  Color
Color that should be used for all Objects on the Layer
infoParameters  PDFInfoSettings
Information about the InfoLayer

See Also