[de] Replace check RENDER_PDF with method IsPdfRenderer

This commit is contained in:
KirillovIlya
2023-04-28 17:01:10 +05:00
parent 01dc63e934
commit 9f34ece0ef
3 changed files with 11 additions and 2 deletions

View File

@ -754,5 +754,9 @@ CNativeGraphics.prototype =
Destroy : function()
{
this.Native["Destroy"]();
}
},
IsPdfRenderer : function()
{
return this.RENDERER_PDF_FLAG;
}
};