Gets or Sets the Pdf Conformance level. Supported : PDF/A-1b - Level B compliance in Part 1

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public override PdfConformanceLevel Conformance { get; set; }
Public Overrides Property Conformance As PdfConformanceLevel
	Get
	Set
public:
virtual property PdfConformanceLevel Conformance {
	PdfConformanceLevel get () override;
	void set (PdfConformanceLevel value) override;
}
abstract Conformance : PdfConformanceLevel with get, set
override Conformance : PdfConformanceLevel with get, set

Property Value

PdfConformanceLevel

See Also