PdfACompatible Property (PdfEncoderSettings)
Gets or sets a value indicating whether PDF document compatible with PDF/A-1b standard should be created.
'Declaration
Public Property PdfACompatible As Boolean
public bool PdfACompatible { get; set; }
public: __property bool get_PdfACompatible();
public: __property void set_PdfACompatible(
bool
);
public:
property bool PdfACompatible {
bool get();
void set(bool );
}
Property Value
true - PDF document compatible with PDF/A-1b standard will be created; otherwise, false.
Default value: false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5