Version

PaperCode Property

Returns or sets a value which represents a printer-specific paper code for the paper type for all pages in the associated section.
Syntax
'Declaration
 
Public Property PaperCode As Nullable(Of Integer)
public Nullable<int> PaperCode {get; set;}
Remarks

This property is used to ensure that the proper paper type is chosen if the specified paper size matches the sizes of multiple paper types supported by the current printer. How this value is consumed is dependent solely on the printer, and is not interpreted or modified in any way by this class.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also