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

In This Topic
    StateModel Property
    In This Topic
    Gets or sets the state model corresponding to State.

    See State and PDF specification for details.

    Syntax
    'Declaration
     
    Public Property StateModel As System.String
    public System.string StateModel {get; set;}
    See Also