PageSettings Class

Report Paper Settings.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class PageSettings
Inheritance
Object    PageSettings

Constructors

PageSettings Class constructor.
PageSettings(Boolean) Class constructor.

Properties

FontName Font name [FuenteNombre].
FontSize Font size [FuenteTamano].
MarginBottom Bottom margin in millimeters [MargenInferior].
MarginLeft Left margin in millimeters [MargenIzquierdo].
MarginRight Right margin in millimeters [MargenDerecho].
MarginTop Top margin in millimeters [MargenSuperior].
PaperHeight Custom paper height in millimeters [PapelAlto].
PaperOrientation Paper orientation [PapelOrientacion].
PaperType Paper size type [PapelTipo].
PaperWidth Custom paper width in millimeters [PapelAncho].
Template Template [Plantilla].

Methods

ExistPaper Indicates whether the indicated paper type exists.
GetFontNameDefault Get the default font name.
GetFontSizeDefault Get default font size.
GetPaperDefault Gets the default paper.
GetPropertiesPaper Gets the properties (name, width, and height) of the indicated paper type.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also