Click or drag to resize

PdfChoiceFieldItem Structure

Represents an item for a PdfChoiceField.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.Pdf.FormsPdfChoiceFieldItem

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public struct PdfChoiceFieldItem : IEquatable<PdfChoiceFieldItem>

The PdfChoiceFieldItem type exposes the following members.

Properties
 NameDescription
Public propertyExportValue Gets the export value of this PdfChoiceFieldItem.
Public propertyValue Gets the (display) value of this PdfChoiceFieldItem.
Top
Methods
 NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this PdfChoiceFieldItem instance.
(Overrides ValueTypeEquals(Object))
Public methodEquals(PdfChoiceFieldItem) Determines whether the specified PdfChoiceFieldItem is equal to this PdfChoiceFieldItem instance.
Public methodGetHashCode Returns a hash code for this PdfChoiceFieldItem instance.
(Overrides ValueTypeGetHashCode)
Public methodToString Returns a String that represents this PdfChoiceFieldItem instance.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(PdfChoiceFieldItem, PdfChoiceFieldItem) Determines whether first and second PdfChoiceFieldItems are equal.
Public operatorStatic memberInequality(PdfChoiceFieldItem, PdfChoiceFieldItem) Determines whether first and second PdfChoiceFieldItems are not equal.
Top
See Also