Show / Hide Table of Contents

Class PaperInfo

Represents the paper info.

Inheritance
System.Object
PaperInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public class PaperInfo

Properties

Dpi

The DPI (resolution) of the printer.

Declaration
public int Dpi { get; set; }
Property Value
Type Description
System.Int32

Height

The physical paper width in dots/pixels unit.

Declaration
public int Height { get; set; }
Property Value
Type Description
System.Int32

PrintableArea

The printable area.

Declaration
public PrintableArea PrintableArea { get; set; }
Property Value
Type Description
PrintableArea

Width

The physical paper width in dots/pixels unit.

Declaration
public int Width { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com