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;}
参照