Reflowable Property (C1PreviewPane)
In This Topic
Gets the value indicating whether the currently loaded document supports reflow.
Syntax
'Declaration
Public ReadOnly Property Reflowable As Boolean
public bool Reflowable {get;}
Property Value
True if the document can reflow, false otherwise.
See Also