PdfACompatible Property (PdfExporter)
In This Topic
Gets or sets a value indicating whether the generated PDF file should be PDF/A compatible. This property is used only when
ServerSide is false.
Syntax
'Declaration
Public Property PdfACompatible As Boolean
public bool PdfACompatible {get; set;}
See Also