[SerializableAttribute]
public class PageSettings
<SerializableAttribute>
Public Class PageSettings
PageSettings | Class constructor. |
PageSettings(Boolean) | Class constructor. |
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]. |
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. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |