Added DMPAPER_USER to DMPAPER enum (#106)

pull/119/head
dahall 2020-02-17 08:48:02 -07:00
parent 54b19e01e1
commit dfcb9e4bbd
1 changed files with 3 additions and 0 deletions

View File

@ -650,6 +650,9 @@ namespace Vanara.PInvoke
/// <summary>PRC Envelope #10 Rotated 458 x 324 mm</summary>
DMPAPER_PENV_10_ROTATED = 118,
/// <summary>User-defined lower bounds.</summary>
DMPAPER_USER = 256,
}
/// <summary>The printer resolution.</summary>