ClippedContentRestoreGraphicsState Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Restores the state of the graphics.

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void RestoreGraphicsState()
Examples

C#
ClippedContent clippedContent = new ClippedContent(0, 0, 100, 100);
clippedContent.RestoreGraphicsState();
See Also

Reference