'Declaration
Public Property KeepDocumentPosition As Boolean
public bool KeepDocumentPosition {get; set;}
public read-write property KeepDocumentPosition: Boolean;
public function get,set KeepDocumentPosition : boolean
If the PageDisplayMode property is other than PageDisplayMode.SinglePageView, this property must be set to false.
'Declaration
Public Property KeepDocumentPosition As Boolean
public bool KeepDocumentPosition {get; set;}
public read-write property KeepDocumentPosition: Boolean;
public function get,set KeepDocumentPosition : boolean
'We assume that the GdViewer1 control has been properly integrated. GdViewer1.PageDisplayMode = PageDisplayMode.SinglePageView GdViewer1.KeepDocumentPosition = True
//We assume that the GdViewer1 control has been properly integrated. GdViewer1.PageDisplayMode = PageDisplayMode.SinglePageView; GdViewer1.KeepDocumentPosition = true;