PdfAppearanceState Constructor |
Initializes a new instance of the
PdfAppearanceState structure from the specified
String value.
Namespace: SautinSoft.Pdf.AnnotationsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic PdfAppearanceState(
string value
)
Public Sub New (
value As String
)
Parameters
- value String
- The String value.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | value is . |
See Also