Aspose::Pdf::PageSize class
Contenido
[
Ocultar
]PageSize class
Clase que representa el tamaño de página en un documento PDF.
class PageSize : public System::Object
Métodos
| Método | Descripción |
|---|---|
| static get_A0() | Tamaño A0 (1189x840 mm). |
| static get_A1() | Tamaño A1 (840x594 mm). |
| static get_A2() | Tamaño A2 (594x420 mm). |
| static get_A3() | Tamaño A3 (420x297 mm). |
| static get_A4() | Tamaño A4 (297x210 mm). |
| static get_A5() | Tamaño A5 (210x148 mm). |
| static get_A6() | Tamaño A6 (148x105 mm). |
| static get_B5() | Tamaño B5 (250x176 mm). |
| get_Height() | Obtiene la altura de la página. |
| get_IsLandscape() const | Obtiene la orientación de la página. Devuelve true si esta es orientación horizontal y false si es vertical. |
| static get_P11x17() | Formato de 11x17 pulgadas. |
| static get_PageLedger() | Tamaño Ledger (432x279 mm). |
| static get_PageLegal() | Tamaño Legal (356x216 mm). |
| static get_PageLetter() | Tamaño carta (279x216 mm). |
| get_Width() | Obtiene el ancho de la página. |
| PageSize(float, float) | Constructor para PageSize. |
| set_Height(float) | Establece la altura de la página. |
| set_IsLandscape(bool) | Obtiene la orientación de la página. Devuelve true si esta es orientación horizontal y false si es vertical. |
| set_Width(float) | Establece el ancho de la página. |
Ver también
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++