C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / PageSpacing Property


In This Topic
PageSpacing Property
In This Topic
Gets or sets the amount of padding between pages in the preview.
Syntax
'Declaration
 
<Foundation.ExportAttribute("VerticalPageSpacing")>
<BrowsableAttribute(True)>
Public Property PageSpacing As Double
 
'Usage
 
Dim instance As FlexViewer
Dim value As Double
 
instance.PageSpacing = value
 
value = instance.PageSpacing
See Also