PdfDocumentBase
Conformance Property
|
Note: This API is now obsolete.
The conformance level.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This set method may be removed in the future, but get method still works")]
public PdfConformanceLevel Conformance { get; }
<ObsoleteAttribute("This set method may be removed in the future, but get method still works")>
Public ReadOnly Property Conformance As PdfConformanceLevel
Get
public:
[ObsoleteAttribute(L"This set method may be removed in the future, but get method still works")]
property PdfConformanceLevel Conformance {
PdfConformanceLevel get ();
}
[<ObsoleteAttribute("This set method may be removed in the future, but get method still works")>]
member Conformance : PdfConformanceLevel with get
Property Value
Type:
PdfConformanceLevel
See Also