PdfLayers.DisplayOrderStartGroup Method

PDF File Writer

PdfLayersDisplayOrderStartGroup Method

Layer's display order group start marker

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void DisplayOrderStartGroup(
	string GroupName = ""
)

Parameters

GroupName (Optional)
Type: SystemString
Optional group name
See Also