GdPicture.NET.14
GdPicture14 Namespace / GdPicturePDF Class / DropPDFASupport Method





In This Topic
DropPDFASupport Method (GdPicturePDF)
In This Topic
Removes PDF/A conformance claim from currrently loaded PDF document.
Syntax
'Declaration
 
Public Function DropPDFASupport() As GdPictureStatus
 

Return Value

A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.

We strongly recommend always checking this status first.

See Also