PrintDocument for WinForms
GenerateErrorEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : GenerateErrorEnum 列挙体
Represents types of errors that can occur during document generation.
シンタックス
'宣言
 
Public Enum GenerateErrorEnum 
   Inherits System.Enum
'使用法
 
Dim instance As GenerateErrorEnum
public enum GenerateErrorEnum : System.Enum 
メンバ
メンバ解説
AutoHeightNotSupprotedAuto height is not supported for an object.
AutoSizeNotSupportedAuto size is not supported for an object.
AutoWidthNotSupprotedAuto width is not supported for an object.
CyclicReferenceThe document contains a cyclic reference.
DataBindingError in data binding.
LayoutChangeLayout cannot be changed at that time.
NoneNo error.
ResolvingDimensionA dimension of an object cannot be resolved.
ScriptingScripting error.
TagsError in processing document's tags.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.GenerateErrorEnum

参照

C1.C1Preview 名前空間