C1.Android.Viewer Assembly / C1.Android.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
 
Public Property PageSpacing As Double
 
'Usage
 
Dim instance As FlexViewer
Dim value As Double
 
instance.PageSpacing = value
 
value = instance.PageSpacing
See Also