PageSize

Visión general

PageSize es una clase en Aspose.PDF FOSS para .NET.

Constantes de tamaño de página estándar (dimensiones en puntos, orientación vertical).

Esta clase proporciona 2 métodos para trabajar con objetos PageSize en programas .NET. Los métodos disponibles incluyen: PageSize. Todos los miembros públicos son accesibles para cualquier aplicación .NET después de instalar el paquete Aspose.PDF FOSS for .NET. Propiedades: A0, A1, A2, A3, A4, A5, y 11 más.

Propiedades

NombreTipoAccesoDescripción
WidthfloatLectura/EscrituraAncho en puntos.
HeightfloatLectura/EscrituraAltura en puntos.
IsLandscapeboolLectura/EscrituraTrue cuando la página es más ancha que alta.
A0PageSizeLecturaISO A0 — 841 × 1189 mm (2383.937 × 3370.394 pt).
A1PageSizeLecturaISO A1 — 594 × 841 mm (1683.780 × 2383.937 pt).
A2PageSizeLecturaISO A2 — 420 × 594 mm (1190.551 × 1683.780 pt).
A3PageSizeLecturaISO A3 — 297 × 420 mm (841.890 × 1190.551 pt).
A4PageSizeLecturaISO A4 — 210 × 297 mm (595.276 × 841.890 pt).
A5PageSizeLecturaISO A5 — 148 × 210 mm (419.528 × 595.276 pt).
A6PageSizeLecturaISO A6 — 105 × 148 mm (297.638 × 419.528 pt).
B5PageSizeLecturaISO B5 — 176 × 250 mm (498.898 × 708.661 pt).
LetterPageSizeLecturaUS Letter — 8.5 × 11 in (612 × 792 pt).
LegalPageSizeLecturaUS Legal — 8.5 × 14 in (612 × 1008 pt).
P11x17PageSizeLecturaANSI B / Tabloid (Ledger landscape) — 11 × 17 in (792 × 1224 pt).
PageLedgerPageSizeLecturaANSI B / Ledger landscape — 17 × 11 in (1224 × 792 pt).
PageLetterPageSizeLecturaAlias de Letter (nomenclatura heredada del Generador).
PageLegalPageSizeLecturaAlias de Legal (nomenclatura heredada del Generador).

Métodos

FirmaDescripción
PageSize(width: double, height: double)Llama a PageSize en esta instancia de PageSize.
PageSize(x: float, y: float)

Ver también

 Español