XGraphicsGraphicsStateLevel Property Terminal Works - PDF Printing.Net Library
Gets the current graphics state level. The default value is 0. Each call of Save or BeginContainer increased and each call of Restore or EndContainer decreased the value by 1.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public int GraphicsStateLevel { get; }

Property Value

Type: Int32
See Also

Reference