Click or drag to resize

PdfAppearanceState Structure

Represents an annotation's appearance state, which selects the applicable appearance stream from an appearance subdictionary (see Section 12.5.5, "Appearance Streams").
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.Pdf.AnnotationsPdfAppearanceState

Namespace: SautinSoft.Pdf.Annotations
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public struct PdfAppearanceState : IEquatable<PdfAppearanceState>

The PdfAppearanceState type exposes the following members.

Constructors
 NameDescription
Public methodPdfAppearanceState Initializes a new instance of the PdfAppearanceState structure from the specified String value.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this PdfAppearanceState instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PdfAppearanceState) Determines whether the other PdfAppearanceState is equal to this PdfAppearanceState instance.
Public methodGetHashCode Returns a hash code for this PdfAppearanceState instance.
(Overrides ValueTypeGetHashCode)
Public methodToString Returns a String that represents this PdfAppearanceState instance.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PdfAppearanceState, PdfAppearanceState) Determines whether first and second PdfAppearanceStates are equal.
Public operatorStatic memberInequality(PdfAppearanceState, PdfAppearanceState) Determines whether first and second PdfAppearanceStates are not equal.
Top
See Also