PdfHtmlStrictIsoRendering Property
Indicates if the generated PDF document respects strictly the ISO standard.
This property is true by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool StrictIsoRendering { get; set; }
Public Property StrictIsoRendering As Boolean
Get
Set
public:
property bool StrictIsoRendering {
bool get ();
void set (bool value);
}
member StrictIsoRendering : bool with get, set
Property Value
Boolean