PDFViewCtrlSetVerticalAlign Method |
Sets the vertical alignment used for rendering pages within the view.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetVerticalAlign(
int align
)
Public Sub SetVerticalAlign (
align As Integer
)
public:
virtual void SetVerticalAlign(
[InAttribute] int align
) sealed
function SetVerticalAlign(align);
Parameters
- align
- Type: SystemInt32
an integer specifying the vertical alignment. Depending of whether align is positive, negative, or zero pages will be bottom, top or center aligned
align<0pages are top alignedalign=0pages are centeredalign>0pages are bottom aligned
See Also