Click or drag to resize

PdfAppearanceState Constructor

Initializes a new instance of the PdfAppearanceState structure from the specified String value.

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public PdfAppearanceState(
	string value
)

Parameters

value  String
The String value.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also