Class PageConstants
ชื่อพื้นที่: Aspose.Page.EPS การประกอบ: Aspose.Page.dll (25.4.0)
ประเภทนี้กําหนดชุดของเสถียรภาพที่อธิบายหน้าวัตถุที่สะดวกสบายจะจัดไว้สําหรับเส้นทางต่าง ๆ หลักการrescaling และขนาดหน้ามาตรฐาน
public class PageConstants
Inheritance
อนุญาโตตุลาการ
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Fields
BACKGROUND
คีย์พื้นหลัง
public const string BACKGROUND = "Background"
หมายเลข
BACKGROUND_COLOR
คีย์สีพื้นหลัง
public const string BACKGROUND_COLOR = "BackgroundColor"
หมายเลข
FIT_TO_PAGE
วัสดุที่เหมาะสมกับปุ่มหน้า
public const string FIT_TO_PAGE = "FitToPage"
หมายเลข
MARGINS_LARGE
หมายเลขรุ่น: Page margins value
public const string MARGINS_LARGE = "Large"
หมายเลข
MARGINS_MEDIUM
หมายเลขรุ่น: Page margins value
public const string MARGINS_MEDIUM = "Medium"
หมายเลข
MARGINS_SMALL
หมายเลขรุ่น: Page margins value
public const string MARGINS_SMALL = "Small"
หมายเลข
MARGINS_ZERO
“ゼロ” หมายเลขหน้า
public const string MARGINS_ZERO = "Zero"
หมายเลข
ORIENTATION
คีย์ทิศทางสําหรับทิศทางที่เรียกว่าของหน้า Portret หรือ Landscape
public const string ORIENTATION = "Orientation"
หมายเลข
ORIENTATION_BEST_FIT
หมายเลขรุ่น: Best Fit Orientation Value
public const string ORIENTATION_BEST_FIT = "Best Fit"
หมายเลข
ORIENTATION_LANDSCAPE
“Landscape” คะแนนแนวตั้ง
public const string ORIENTATION_LANDSCAPE = "Landscape"
หมายเลข
ORIENTATION_PORTRAIT
หมายเลขรุ่น: Portrait Orientation
public const string ORIENTATION_PORTRAIT = "Portrait"
หมายเลข
PAGE_MARGINS
หน้าหลัก margins
public const string PAGE_MARGINS = "PageMargins"
หมายเลข
PAGE_SIZE
หน้าขนาดคีย์
public const string PAGE_SIZE = "PageSize"
หมายเลข
SIZE_A3
“A3” หมายเลขหน้าขนาด
public const string SIZE_A3 = "A3"
หมายเลข
SIZE_A4
“A4” ขนาดหน้า
public const string SIZE_A4 = "A4"
หมายเลข
SIZE_A5
“A5” ขนาดหน้า
public const string SIZE_A5 = "A5"
หมายเลข
SIZE_A6
“A6” ขนาดหน้า
public const string SIZE_A6 = "A6"
หมายเลข
SIZE_EXECUTIVE
หมายเลขรุ่น: Page Size Value
public const string SIZE_EXECUTIVE = "Executive"
หมายเลข
SIZE_INTERNATIONAL
หมายเลขรุ่น “International” หมายเลขรุ่น
public const string SIZE_INTERNATIONAL = "International"
หมายเลข
SIZE_LEDGER
หมายเลขรุ่น: Page size value
public const string SIZE_LEDGER = "Ledger"
หมายเลข
SIZE_LEGAL
หมายเลขรุ่น: Page size value
public const string SIZE_LEGAL = "Legal"
หมายเลข
SIZE_LETTER
หมายเลขรุ่น: Page size value
public const string SIZE_LETTER = "Letter"
หมายเลข
TRANSPARENT
คีย์พื้นหลังที่โปร่งใส
public const string TRANSPARENT = "Transparent"
หมายเลข
VIEWING_ORIENTATION
คีย์การแสดงแนวตั้งสําหรับเส้นด้ายการแสดงแนวตั้งที่โดดเด่นของเนื้อหาบนหน้า การแสดงแนวตั้งแบบกําหนดเองคือการระบุตัวตน
public const string VIEWING_ORIENTATION = "ViewingOrientation"
หมายเลข
Properties
OrientationList
public static string[] OrientationList { get; }
คุณสมบัติมูลค่า
string [ ]
SizeList
public static string[] SizeList { get; }
คุณสมบัติมูลค่า
string [ ]
Methods
GetMargins(รั้ว)
ได้รับ Page Margin หมายเลข
ชื่อหน้าที่กําหนดไว้หมายเลขหน้า Margin Value
public static Margins GetMargins(string marginsSize)
Parameters
marginsSize
string
Returns
GetMargins(มาร์จิน, string)
การคํานวณ margins mfdguы ในทิศทางที่ระบุ
ปริมาณต้นฉบับ
การนําทางของหน้าป้ายหน้าที่กําหนดไว้สําหรับทิศทางที่กําหนด
public static Margins GetMargins(Margins margins, string orientation)
Parameters
margins
Margins
orientation
string
Returns
GetSize(รั้ว)
การคํานวณขนาดหน้าในแนวทางหน้า “วาดภาพ”
ขนาดหน้าที่กําหนดไว้ขนาดหน้าคํานวณ
public static Size GetSize(string size)
Parameters
size
string
Returns
GetSize(รั้ว, รั้ว)
การคํานวณขนาดหน้าในแนวทางหน้าที่กําหนด
ขนาดหน้าที่กําหนดไว้
การตั้งค่าของหน้าขนาดหน้าคํานวณ
public static Size GetSize(string size, string orientation)
Parameters
size
string
orientation
string
Returns
GetSize(ขนาด, string)
การคํานวณขนาดหน้าในแนวทางหน้าที่กําหนด
ขนาดหน้าแรก
การนําทางของหน้าขนาดหน้าคํานวณ
public static Size GetSize(Size size, string orientation)
Parameters
size
Size
orientation
string