XFINIUM.PDF Documentation
HasTagSuspects Property



Xfinium.Pdf.LogicalStructure Namespace > PdfMarkInformation Class : HasTagSuspects Property
Gets or sets a value indicating the presence of tag suspects.
Syntax
'Declaration
 
Public Property HasTagSuspects As Boolean
'Usage
 
Dim instance As PdfMarkInformation
Dim value As Boolean
 
instance.HasTagSuspects = value
 
value = instance.HasTagSuspects
public bool HasTagSuspects {get; set;}
public:
property bool HasTagSuspects {
   bool get();
   void set (    bool value);
}

Property Value

True if the document contains tag suspects.
Remarks
This property has been introduced in PDF 1.6 but it has been deprecated in PDF 2.0.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfMarkInformation Class
PdfMarkInformation Members