mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-19 02:37:56 +08:00
change the itext document test to reflect its text being form content. fix readme typo
This commit is contained in:
@@ -39,7 +39,7 @@ The ```Page``` contains the page width and height in points as well as mapping t
|
||||
|
||||
PageSize size = Page.Size;
|
||||
|
||||
bool sA4 = size == PageSize.A4;
|
||||
bool isA4 = size == PageSize.A4;
|
||||
|
||||
The ```PdfDocument``` will also support opening from byte arrays (as well as streams eventually):
|
||||
|
||||
|
Reference in New Issue
Block a user