ActiveReports for .NET 18.0J
Units 列挙体

GrapeCity.ActiveReports.Document.Section 名前空間 : Units 列挙体
Represents the unit of measure of the document when using the low level rendering API on the document page.
シンタックス
'宣言
 
Public Enum Units 
   Inherits System.Enum
public enum Units : System.Enum 
メンバ
メンバ解説
CentimetersSpecify the parameters of the page drawing method in centimeters.
DocumentSpecify the parameters of the page rendering method with the document's own unit (1/300 inch).
InchesSpecify the parameters of the page drawing method in inches.
PixelsSpecify the parameters of the page drawing method in pixels.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Section.Units

参照

GrapeCity.ActiveReports.Document.Section 名前空間