Aspose::Pdf::PageSize-klass

PageSize class

Klass som representerar sidstorlek i PDF-dokument.

class PageSize : public System::Object

Metoder

MetodBeskrivning
static get_A0()A0-storlek (1189x840 mm).
static get_A1()A1-storlek (840x594 mm).
static get_A2()A2-storlek (594x420 mm).
static get_A3()A3-storlek (420x297 mm).
static get_A4()A4-storlek (297x210 mm).
static get_A5()A5-storlek (210x148 mm).
static get_A6()A6-storlek (148x105 mm).
static get_B5()B5-storlek (250x176 mm).
get_Height()Hämtar sidhöjd.
get_IsLandscape() constHämtar sidorientering. Returnerar true om detta är landskapsorientering och false om detta är porträtt.
static get_P11x17()11x17 tum format.
static get_PageLedger()Ledger-storlek (432x279 mm).
static get_PageLegal()Legal-storlek (356x216 mm).
static get_PageLetter()Letter-storlek (279x216 mm).
get_Width()Hämtar sidbredd.
PageSize(float, float)Konstruktor för PageSize.
set_Height(float)Ställer in sidhöjd.
set_IsLandscape(bool)Hämtar sidorientering. Returnerar true om detta är landskapsorientering och false om detta är porträtt.
set_Width(float)Ställer in sidbredd.

Se även