Table of Contents

Class PropertyPaper

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents the paper properties for a report, including format, orientation, size, and printable area.

public class PropertyPaper : DomItem
Inheritance
PropertyPaper
Inherited Members

Properties

Extent

Gets or sets the extent (size) of the paper as a PropertySize object.

[JsonInclude]
public PropertySize Extent { get; }

Property Value

PropertySize

Format

Gets or sets the paper format as a string (e.g., "9" for A4).

public string Format { get; set; }

Property Value

string

Horizontal

Gets or sets the horizontal size of the paper as a string.

[JsonInclude]
public string Horizontal { get; }

Property Value

string

Orientation

Gets or sets the paper orientation as a string ("1" for portrait, "2" for landscape).

public string Orientation { get; set; }

Property Value

string

PrintableArea

Gets or sets the printable area of the paper as a PropertyPrintableArea object.

[JsonInclude]
public PropertyPrintableArea PrintableArea { get; }

Property Value

PropertyPrintableArea

Vertical

Gets or sets the vertical size of the paper as a string.

[JsonInclude]
public string Vertical { get; }

Property Value

string