In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / DocumentAlignment Property

DocumentAlignment Property (DocuVieware)

In This Topic
Default image alignment within the viewer when the area of the viewer is smaller than the displayed document in its current zoom configuration.
Setting this property to DocumentAlignmentTopLeft has the effect to display the most top-left part of the displayed page during "Zoom In" operations.
Syntax
'Declaration
 
Public Property DocumentAlignment As ViewerDocumentAlignment
public ViewerDocumentAlignment DocumentAlignment {get; set;}
Remarks
Default value is ViewerDocumentAlignment.DocumentAlignmentTopLeft.
See Also