Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / Appearance Class / Item Property
The state of the annotation.

In This Topic
    Item Property (Appearance)
    In This Topic
    Gets or sets the GrapeCity.Documents.Pdf.Graphics.FormXObject object for a specified state.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal state As System.String _
    ) As FormXObject
    public FormXObject this[ 
       System.string state
    ]; {get; set;}

    Parameters

    state
    The state of the annotation.

    Property Value

    The GrapeCity.Documents.Pdf.Graphics.FormXObject associated with the specified state.
    See Also