The conformance level.
Namespace: Spire.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This set method may be removed in the future, but get method still works")] public abstract PdfConformanceLevel Conformance { get; set; }
<ObsoleteAttribute("This set method may be removed in the future, but get method still works")> Public MustOverride Property Conformance As PdfConformanceLevel Get Set
public: [ObsoleteAttribute(L"This set method may be removed in the future, but get method still works")] virtual property PdfConformanceLevel Conformance { PdfConformanceLevel get () abstract; void set (PdfConformanceLevel value) abstract; }
[<ObsoleteAttribute("This set method may be removed in the future, but get method still works")>] abstract Conformance : PdfConformanceLevel with get, set