Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / TextAnnotation Class / State Property

In This Topic
    State Property
    In This Topic
    Gets or sets the state to which the original annotation shall be set.

    The following describes the predefined combinations of State and StateModel, and their meanings:

    See PDF specification for more details.
    Syntax
    'Declaration
     
    Public Property State As System.String
    public System.string State {get; set;}
    See Also