クラス ページサイズ
情報
PDF文書のページサイズを表すクラスです。
public class PageSize
継承
派生
継承されたメンバー
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
コンストラクタ
PageSize()
Documentize.PageSizeのコンストラクタ。デフォルトはA4サイズです。
public PageSize()
PageSize(double, double)
Documentize.PageSizeのコンストラクタ。
public PageSize(double width, double height)
パラメーター
プロパティ
A0
A0サイズ (1189x840 mm)。
public static PageSize A0 { get; }
プロパティ値
A1
A1サイズ (840x594 mm)。
public static PageSize A1 { get; }
プロパティ値
A2
A2サイズ (594x420 mm)。
public static PageSize A2 { get; }
プロパティ値
A3
A3サイズ (420x297 mm)。
public static PageSize A3 { get; }
プロパティ値
A4
A4サイズ (297x210 mm)。
public static PageSize A4 { get; }
プロパティ値
A5
A5サイズ (210x148 mm)。
public static PageSize A5 { get; }
プロパティ値
A6
A6サイズ (148x105 mm)。
public static PageSize A6 { get; }
プロパティ値
B5
B5サイズ (250x176 mm)。
public static PageSize B5 { get; }
プロパティ値
Height
ページの高さを取得または設定します。
public double Height { get; set; }
プロパティ値
IsLandscape
ページの向きを取得します。横向きの場合はtrueを、縦向きの場合はfalseを返します。
public bool IsLandscape { get; }
プロパティ値
P11x17
11x17インチ形式。
public static PageSize P11x17 { get; }
プロパティ値
PageLedger
レジャーサイズ (432x279 mm)。
public static PageSize PageLedger { get; }
プロパティ値
PageLegal
リーガルサイズ (356x216 mm)。
public static PageSize PageLegal { get; }
プロパティ値
PageLetter
レターサイズ (279x216 mm)。
public static PageSize PageLetter { get; }
プロパティ値
Width
ページの幅を取得または設定します。
public double Width { get; set; }
プロパティ値
namespace: Documentize アセンブリ: Documentize.dll