Description
The PageFormat property specifies the width and the height for the page.

Namespace:  DuoDimension
Assembly:  pdfduo-net (in pdfduo-net.dll)
Version: 2.3.0.0 (2.3)

Syntax

      
 C#  Visual Basic 
public ePageFormat PageFormat { set; }
Public WriteOnly Property PageFormat As ePageFormat

Field Value

  • A0
  • A1
  • A2
  • A3
  • A4
  • A5
  • A6
  • B4
  • B5
  • B6
  • Folio
  • Letter
  • Legal
  • Statement
  • Executive
  • Auto

Remarks

The PageFormat can be set to one of pre-defined sizes, or it can be user defined value.

See Also