Intersoft ClientUI Documentation
DocumentPageNumber Property (FlowDocumentViewerPanel)



Gets or sets the DocumentViewer page number.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DocumentPageNumber As Integer
Dim instance As FlowDocumentViewerPanel
Dim value As Integer
 
instance.DocumentPageNumber = value
 
value = instance.DocumentPageNumber
[CategoryAttribute("Common Properties")]
public int DocumentPageNumber {get; set;}
[CategoryAttribute("Common Properties")]
public:
property int DocumentPageNumber {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlowDocumentViewerPanel Class
FlowDocumentViewerPanel Members

Send Feedback