Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / MarkInfo Class / Suspects Property

In This Topic
    Suspects Property
    In This Topic
    Gets or sets a flag indicating the presence of tag suspects.
    Syntax
    'Declaration
     
    Public Property Suspects As System.Nullable(Of Boolean)
    public System.Nullable<bool> Suspects {get; set;}
    See Also