Halaman UkuranKelas
Info
Kelas yang merepresentasikan ukuran halaman dalam dokumen PDF.
public class PageSize
Pewarisan
Turunan
Anggota yang Dwarisi
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Konstruktor
PageSize()
Konstruktor dari Documentize.PageSize. Ukuran A4 secara default.
public PageSize()
PageSize(double, double)
Konstruktor dari Documentize.PageSize.
public PageSize(double width, double height)
Parameter
Properti
A0
Ukuran A0 (1189x840 mm).
public static PageSize A0 { get; }
Nilai Properti
A1
Ukuran A1 (840x594 mm).
public static PageSize A1 { get; }
Nilai Properti
A2
Ukuran A2 (594x420 mm).
public static PageSize A2 { get; }
Nilai Properti
A3
Ukuran A3 (420x297 mm).
public static PageSize A3 { get; }
Nilai Properti
A4
Ukuran A4 (297x210 mm).
public static PageSize A4 { get; }
Nilai Properti
A5
Ukuran A5 (210x148 mm).
public static PageSize A5 { get; }
Nilai Properti
A6
Ukuran A6 (148x105 mm).
public static PageSize A6 { get; }
Nilai Properti
B5
Ukuran B5 (250x176 mm).
public static PageSize B5 { get; }
Nilai Properti
Tinggi
Mengambil atau mengatur tinggi halaman.
public double Height { get; set; }
Nilai Properti
IsLandscape
Mengambil orientasi halaman. Mengembalikan true jika ini adalah orientasi lanskap dan false jika ini adalah orientasi potret.
public bool IsLandscape { get; }
Nilai Properti
P11x17
Format 11x17 inci.
public static PageSize P11x17 { get; }
Nilai Properti
PageLedger
Ukuran ledger (432x279 mm).
public static PageSize PageLedger { get; }
Nilai Properti
PageLegal
Ukuran legal (356x216 mm).
public static PageSize PageLegal { get; }
Nilai Properti
PageLetter
Ukuran surat (279x216 mm).
public static PageSize PageLetter { get; }
Nilai Properti
Lebar
Mengambil atau mengatur lebar halaman.
public double Width { get; set; }
Nilai Properti
Namespace: Documentize Assembly: Documentize.dll