Class PageSize
Información
Clase que representa el tamaño de la página en un documento PDF.
public class PageSizeHerencia
Derivados
Miembros heredados
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructores
PageSize()
Constructor de Documentize.PageSize. Tamaños A4 por defecto.
public PageSize()PageSize(double, double)
Constructor de Documentize.PageSize.
public PageSize(double width, double height)Parámetros
Propiedades
A0
Tamaño A0 (1189x840 mm).
public static PageSize A0 { get; }Valor de la propiedad
A1
Tamaño A1 (840x594 mm).
public static PageSize A1 { get; }Valor de la propiedad
A2
Tamaño A2 (594x420 mm).
public static PageSize A2 { get; }Valor de la propiedad
A3
Tamaño A3 (420x297 mm).
public static PageSize A3 { get; }Valor de la propiedad
A4
Tamaño A4 (297x210 mm).
public static PageSize A4 { get; }Valor de la propiedad
A5
Tamaño A5 (210x148 mm).
public static PageSize A5 { get; }Valor de la propiedad
A6
Tamaño A6 (148x105 mm).
public static PageSize A6 { get; }Valor de la propiedad
B5
Tamaño B5 (250x176 mm).
public static PageSize B5 { get; }Valor de la propiedad
Height
Obtiene o establece la altura de la página.
public double Height { get; set; }Valor de la propiedad
IsLandscape
Obtiene la orientación de la página. Devuelve verdadero si esta es orientación apaisada y falso si es retrato.
public bool IsLandscape { get; }Valor de la propiedad
P11x17
Formato 11x17 pulgadas.
public static PageSize P11x17 { get; }Valor de la propiedad
PageLedger
Tamaño Ledger (432x279 mm).
public static PageSize PageLedger { get; }Valor de la propiedad
PageLegal
Tamaño Legal (356x216 mm).
public static PageSize PageLegal { get; }Valor de la propiedad
PageLetter
Tamaño Carta (279x216 mm).
public static PageSize PageLetter { get; }Valor de la propiedad
Width
Obtiene o establece el ancho de la página.
public double Width { get; set; }Valor de la propiedad
Namespace: Documentize Assembly: Documentize.dll