PdfLayers Constructor

PDF File Writer

PdfLayers Constructor

Layers constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfLayers(
	PdfDocument Document,
	string Name
)

Parameters

Document
Type: PdfFileWriterPdfDocument
PDF Document
Name
Type: SystemString
Layers name
See Also