←Select platform

IsPdfA Property

Summary

Determines if this document is PDF/A.

Syntax
C#
VB
C++
public bool IsPdfA { get; } 
Public ReadOnly Property IsPdfA() As Boolean 
   Get 
public:  
   property bool IsPdfA 
   { 
      bool get() 
   } 

Property Value

true if this document is PDF/A; otherwise, false.

Remarks

This property checks whether the document claims to be PDF/A. The engine only checks if the document claims compliance with PDF/A standard and does not perform any validation.

Example

For an example, refer to PDFFile.IsPdfA.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly