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.6.5
Syntaxpublic PdfAppearanceState(
string value
)
Public Sub New (
value As String
)
Parameters
- value String
- The String value.
ExceptionsException | Condition |
---|
ArgumentNullException | value is . |
See Also