VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextAnnotation Class / StateModel Property
Syntax Requirements SeeAlso
In This Topic
    StateModel Property (PdfTextAnnotation)
    In This Topic
    Gets or sets the state model corresponding to State.
    Syntax
    'Declaration
    
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("State model corresponding to state.")>
    Public Property StateModel As System.String
    
    
    [Category("Appearance")]
    [DefaultValue(null)]
    [Description("State model corresponding to state.")]
    public System.String StateModel { get; set; }
    
    
    [Category("Appearance")]
    [DefaultValue(null)]
    [Description("State model corresponding to state.")]
    public: __property System.String get_StateModel();
    public: __property void set_StateModel(
    System.String value
    );
    [Category("Appearance")]
    [DefaultValue(null)]
    [Description("State model corresponding to state.")]
    public:
    property System.String StateModel { System.String get(); void set(System.String value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also