Sınıf SayfaBoyutu
Bilgi
PDF belgesinde sayfa boyutunu temsil eden sınıf.
public class PageSize
Miras
Türemiş
Miras Alınan Üyeler
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Yapıcılar
PageSize()
Documentize.PageSize yapıcısı. Varsayılan olarak A4 boyutları.
public PageSize()
PageSize(double, double)
Documentize.PageSize yapıcısı.
public PageSize(double width, double height)
Parametreler
Özellikler
A0
A0 boyutu (1189x840 mm).
public static PageSize A0 { get; }
Özellik Değeri
A1
A1 boyutu (840x594 mm).
public static PageSize A1 { get; }
Özellik Değeri
A2
A2 boyutu (594x420 mm).
public static PageSize A2 { get; }
Özellik Değeri
A3
A3 boyutu (420x297 mm).
public static PageSize A3 { get; }
Özellik Değeri
A4
A4 boyutu (297x210 mm).
public static PageSize A4 { get; }
Özellik Değeri
A5
A5 boyutu (210x148 mm).
public static PageSize A5 { get; }
Özellik Değeri
A6
A6 boyutu (148x105 mm).
public static PageSize A6 { get; }
Özellik Değeri
B5
B5 boyutu (250x176 mm).
public static PageSize B5 { get; }
Özellik Değeri
Height
Sayfa yüksekliğini alır veya ayarlar.
public double Height { get; set; }
Özellik Değeri
IsLandscape
Sayfa yönünü alır. Bu bir yatay yönse true, dikeyse false döner.
public bool IsLandscape { get; }
Özellik Değeri
P11x17
11x17 inç formatı.
public static PageSize P11x17 { get; }
Özellik Değeri
PageLedger
Ledger boyutu (432x279 mm).
public static PageSize PageLedger { get; }
Özellik Değeri
PageLegal
Legal boyutu (356x216 mm).
public static PageSize PageLegal { get; }
Özellik Değeri
PageLetter
Letter boyutu (279x216 mm).
public static PageSize PageLetter { get; }
Özellik Değeri
Width
Sayfa genişliğini alır veya ayarlar.
public double Width { get; set; }
Özellik Değeri
Namespace: Documentize
Assembly: Documentize.dll