Table of Contents

Class PageSize

Namespace
HeBianGu.Control.PrintBox
Assembly
HeBianGu.Control.PrintBox.dll
public class PageSize
Inheritance
PageSize
Inherited Members
Extension Methods

Constructors

PageSize(PageMediaSizeName, Size, string)

public PageSize(PageMediaSizeName sizeName, Size size, string name)

Parameters

sizeName PageMediaSizeName
size Size
name string

Properties

Name

public string Name { get; set; }

Property Value

string

Size

public Size Size { get; set; }

Property Value

Size

SizeName

public PageMediaSizeName SizeName { get; set; }

Property Value

PageMediaSizeName

Methods

GetSizes()

public static IEnumerable<PageSize> GetSizes()

Returns

IEnumerable<PageSize>