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