PrintDocument for WinForms
AllowNonReflowableDocs プロパティ (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : AllowNonReflowableDocs プロパティ
Gets or sets a value indicating whether methods can be called on the current document that would result in the document becoming non-reflowable (such as C1PrintDocument.NewPage). If this property is false, calling such methods throws an exception. If this property is true, calling such methods sets the C1PrintDocument.Reflowable flag to false on the current document.

The default value is false.

シンタックス
'宣言
 
Public Property AllowNonReflowableDocs As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.Boolean
 
instance.AllowNonReflowableDocs = value
 
value = instance.AllowNonReflowableDocs
public System.bool AllowNonReflowableDocs {get; set;}
参照

C1PrintDocument クラス
C1PrintDocument メンバ