Class OverlayTextAnnotationToolbarItem
An item representing a spacer in the toolbar.
Inheritance
System.Object
    OverlayTextAnnotationToolbarItem
  Implements
Namespace: PSPDFKit.UI.AnnotationToolbarComponents
Assembly: PSPDFKit.dll
Syntax
public sealed class OverlayTextAnnotationToolbarItem : IAnnotationToolbarItem
  Properties
Attributes
Common attributes across all annotation toolbar items. See AnnotationAttributes.
Declaration
public AnnotationAttributes Attributes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AnnotationAttributes | 
Methods
Equals(Object)
Declaration
public override bool Equals(object o)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | o | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
System.Object.Equals(System.Object)
  
  GetHashCode()
Declaration
public override int GetHashCode()
  Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
System.Object.GetHashCode()