Class PageSize
Info
Kelas yang merepresentasikan ukuran halaman dalam dokumen PDF.
public class PageSizeInheritance
Derived
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
PageSize()
Konstruktor Documentize.PageSize. Ukuran A4 secara default.
public PageSize()PageSize(double, double)
Konstruktor Documentize.PageSize.
public PageSize(double width, double height)Parameters
Properties
A0
Ukuran A0 (1189x840 mm).
public static PageSize A0 { get; }Property Value
A1
Ukuran A1 (840x594 mm).
public static PageSize A1 { get; }Property Value
A2
Ukuran A2 (594x420 mm).
public static PageSize A2 { get; }Property Value
A3
Ukuran A3 (420x297 mm).
public static PageSize A3 { get; }Property Value
A4
Ukuran A4 (297x210 mm).
public static PageSize A4 { get; }Property Value
A5
Ukuran A5 (210x148 mm).
public static PageSize A5 { get; }Property Value
A6
Ukuran A6 (148x105 mm).
public static PageSize A6 { get; }Property Value
B5
Ukuran B5 (250x176 mm).
public static PageSize B5 { get; }Property Value
Height
Mendapatkan atau mengatur tinggi halaman.
public double Height { get; set; }Property Value
IsLandscape
Mendapatkan orientasi halaman. Mengembalikan true jika ini berorientasi lanskap dan false jika berorientasi potret.
public bool IsLandscape { get; }Property Value
P11x17
Format 11x17 inci.
public static PageSize P11x17 { get; }Property Value
PageLedger
Ukuran ledger (432x279 mm).
public static PageSize PageLedger { get; }Property Value
PageLegal
Ukuran legal (356x216 mm).
public static PageSize PageLegal { get; }Property Value
PageLetter
Ukuran letter (279x216 mm).
public static PageSize PageLetter { get; }Property Value
Width
Mendapatkan atau mengatur lebar halaman.
public double Width { get; set; }Property Value
Namespace: Documentize
Assembly: Documentize.dll