You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Page object may require read access to the dependent PDF library (PDFium, iText, etc), which may degrade performance. Therefore, we will change the API of the IDocumentRenderer interface as follows
voidRender(Graphicsdest,intpagenum);// may be extended method.voidRender(Graphicsdest,intpagenum,Angledelta);
Image Render(intpagenum);// may be extended method.
Image Render(intpagenum,Angledelta);// may be extended method.
Image Render(intpagenum,doublescale,Angledelta);
Image Render(intpagenum,SizeFbox,Angledelta);
We will define methods of the current version as extended methods (Cube.Pdf.Mixin namespace).
The text was updated successfully, but these errors were encountered:
A Page object may require read access to the dependent PDF library (PDFium, iText, etc), which may degrade performance. Therefore, we will change the API of the IDocumentRenderer interface as follows
6.0.0 (current version)
7.0.0
We will define methods of the current version as extended methods (Cube.Pdf.Mixin namespace).
The text was updated successfully, but these errors were encountered: