PDF .NET Library Documentation - PDF Technologies, Inc.
This function checks to see if the PDF file has the PDF/A flag set.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public bool IsContainingPDFALabel()
Visual Basic (Declaration)
Public Function IsContainingPDFALabel As Boolean
Visual C++
public:
bool IsContainingPDFALabel()

Return Value

Returns TRUE if the PDF/A flag is set.

See Also