Show / Hide Table of Contents

Class PrintableArea

Represents the paper printable area.

Inheritance
System.Object
PrintableArea
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 PrintableArea

Properties

Bottom

The bottom margin of the printable area in dots/pixels unit.

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

Left

The left margin of the printable area in dots/pixels unit.

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

Right

The right margin of the printable area in dots/pixels unit.

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

Top

The top margin of the printable area in dots/pixels unit.

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