In This Topic

DocumentPosition Property (DocuViewareControl)

In This Topic
Default page position within the viewer when the rendering area of the displayed document in its current zoom configuration is smaller than the area of the viewer.
Syntax
'Declaration
 
Public Property DocumentPosition As ViewerDocumentPosition
public ViewerDocumentPosition DocumentPosition {get; set;}
Remarks
Default value is ViewerDocumentPosition.DocumentPositionMiddleCenter.
See Also