PrintDocument for WinForms
UnitTypeEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : UnitTypeEnum 列挙体
Enumerates units of measurement used in a C1PrintDocument, used by Unit and related types.
シンタックス
'宣言
 
Public Enum UnitTypeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As UnitTypeEnum
public enum UnitTypeEnum : System.Enum 
メンバ
メンバ解説
CmSpecifies centimetre's as the unit of measure.
DefaultUnits specified by a document's C1PrintDocument.DefaultUnit are used.
DisplaySpecifies 1/75 inch as the unit of measure.
DocumentSpecifies the document unit (1/300 inch) as the unit of measure.
EmMeasurement is relative to the height of the element's font.
ExMeasurement is relative to the height of the lowercase letter x of the element's font.
InchSpecifies the inch as the unit of measure.
InHsSpecifies a hundredths of an inch as the unit of measure.
LineSpacingMeasurement is relative to the spacing between two lines of element's font.
MmSpecifies the millimeter as the unit of measure.
PicaSpecifies the pica unit (1/6 inch) as the unit of measure.
PixelSpecifies a device pixel as the unit of measure.
PointSpecifies a printer's point (1/72 inch) as the unit of measure.
TwipSpecifies a twip (1/1440 inch) as the unit of measure.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.UnitTypeEnum

参照

C1.C1Preview 名前空間