mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-17 06:36:36 +08:00
实际尺寸之间转换
This commit is contained in:
@@ -6,32 +6,7 @@ using System.Text;
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public enum PageSizeType
|
||||
{
|
||||
|
||||
[Description("Letter,8.5英寸*11英寸")]//612*792
|
||||
Letter,
|
||||
[Description("Folio,8.5英寸*13英寸")]//612*936
|
||||
Folio,
|
||||
[Description("Folio,8.5英寸*14英寸")]//612*1008
|
||||
Legal,
|
||||
[Description("Folio,7.25英寸*10.5英寸")]//522*756
|
||||
Executive,
|
||||
[Description("Folio,5.5英寸*8.5英寸")]//396*612
|
||||
Statement,
|
||||
[Description("#10 Envelope,4.125英寸*9.5英寸")]//297*684
|
||||
Envelope,
|
||||
[Description("Monarch Envelope,3.875英寸*7.5英寸")]//279*540
|
||||
MonarchEnvelope,
|
||||
[Description("Tabloid,11英寸*17英寸")]//792*1224
|
||||
Tabloid,
|
||||
[Description("Letter Small,8 1/2英寸*11英寸")]//612*792
|
||||
LetterSmall,
|
||||
[Description("C Sheet,17英寸*22英寸")]//1224*1584
|
||||
CSheet,
|
||||
[Description("D Sheet,22英寸*34英寸")]//1584*2448
|
||||
DSheet,
|
||||
[Description("E Sheet,34英寸*44英寸")]//2448*3168
|
||||
ESheet,
|
||||
{
|
||||
[Description("A3 sheet,297毫米*420毫米")]//842*1191
|
||||
A3,
|
||||
[Description("A4 sheet,210毫米*297毫米")]//595*842
|
||||
@@ -68,6 +43,30 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
//JapanesePostcard,
|
||||
//[Description("Double Japanese Postcard")]//420*566
|
||||
//DoubleJapanesePostcard,
|
||||
[Description("Letter,8.5英寸*11英寸")]//612*792
|
||||
Letter,
|
||||
[Description("Folio,8.5英寸*13英寸")]//612*936
|
||||
Folio,
|
||||
[Description("Folio,8.5英寸*14英寸")]//612*1008
|
||||
Legal,
|
||||
[Description("Folio,7.25英寸*10.5英寸")]//522*756
|
||||
Executive,
|
||||
[Description("Folio,5.5英寸*8.5英寸")]//396*612
|
||||
Statement,
|
||||
[Description("#10 Envelope,4.125英寸*9.5英寸")]//297*684
|
||||
Envelope,
|
||||
[Description("Monarch Envelope,3.875英寸*7.5英寸")]//279*540
|
||||
MonarchEnvelope,
|
||||
[Description("Tabloid,11英寸*17英寸")]//792*1224
|
||||
Tabloid,
|
||||
[Description("Letter Small,8 1/2英寸*11英寸")]//612*792
|
||||
LetterSmall,
|
||||
[Description("C Sheet,17英寸*22英寸")]//1224*1584
|
||||
CSheet,
|
||||
[Description("D Sheet,22英寸*34英寸")]//1584*2448
|
||||
DSheet,
|
||||
[Description("E Sheet,34英寸*44英寸")]//2448*3168
|
||||
ESheet,
|
||||
[Description("自定义")]
|
||||
Custom,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user