Class PageSize
معلومات
فئة تمثل حجم الصفحة في مستند PDF.
public class PageSize
Inheritance
Derived
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
PageSize()
Constructor of Documentize.PageSize. A4 sizes by default.
public PageSize()
PageSize(double, double)
Constructor of Documentize.PageSize.
public PageSize(double width, double height)
Parameters
Properties
A0
حجم A0 (1189x840 مم).
public static PageSize A0 { get; }
Property Value
A1
حجم A1 (840x594 مم).
public static PageSize A1 { get; }
Property Value
A2
حجم A2 (594x420 مم).
public static PageSize A2 { get; }
Property Value
A3
حجم A3 (420x297 مم).
public static PageSize A3 { get; }
Property Value
A4
حجم A4 (297x210 مم).
public static PageSize A4 { get; }
Property Value
A5
حجم A5 (210x148 مم).
public static PageSize A5 { get; }
Property Value
A6
حجم A6 (148x105 مم).
public static PageSize A6 { get; }
Property Value
B5
حجم B5 (250x176 مم).
public static PageSize B5 { get; }
Property Value
Height
الحصول على أو تعيين ارتفاع الصفحة.
public double Height { get; set; }
Property Value
IsLandscape
الحصول على اتجاه الصفحة. يعيد true إذا كان هذا هو الاتجاه الأفقي وfalse إذا كان هذا هو الاتجاه العمودي.
public bool IsLandscape { get; }
Property Value
P11x17
تنسيق 11x17 بوصة.
public static PageSize P11x17 { get; }
Property Value
PageLedger
حجم دفتر (432x279 مم).
public static PageSize PageLedger { get; }
Property Value
PageLegal
حجم قانوني (356x216 مم).
public static PageSize PageLegal { get; }
Property Value
PageLetter
حجم رسالة (279x216 مم).
public static PageSize PageLetter { get; }
Property Value
Width
الحصول على أو تعيين عرض الصفحة.
public double Width { get; set; }
Property Value
Namespace: Documentize Assembly: Documentize.dll