Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / Appearance Class / GetOnState Method

In This Topic
    GetOnState Method
    In This Topic
    Gets the name of the appearance stream that is used to show RadioButtonField or CheckBoxField in the checked state.
    Syntax
    'Declaration
     
    Public Function GetOnState() As System.String
    public System.string GetOnState()

    Return Value

    The name of the checked appearance stream.
    See Also