'Declaration
Public Overloads Function IsValidPDFA( _ ByRef DetailedXMLOutput As String _ ) As Boolean
public bool IsValidPDFA( ref string DetailedXMLOutput )
public function IsValidPDFA( var DetailedXMLOutput: String ): Boolean;
public function IsValidPDFA( DetailedXMLOutput : String ) : boolean;
public: bool IsValidPDFA( ref string* DetailedXMLOutput )
public: bool IsValidPDFA( String^% DetailedXMLOutput )
Parameters
- DetailedXMLOutput
- Output parameter. Provides detailed validation result in machine readable XML report. If the file does not conform to the requested standard the XML report will summarize all problems that have been found durring the validation process.
Return Value
true if currently loaded document is Valid PDF/A document, otherwise returns false. The GdPicturePDF.GetStat method can be subsequently used to determine if this method has been successful.