Spread Silverlight Documentation
PageLayout Property


Gets or sets the page layout to be used when the document is opened.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property PageLayout As GrapeCity.PDF.Object.PageLayoutType
'Usage
 
Dim instance As PdfExportSettings
Dim value As GrapeCity.PDF.Object.PageLayoutType
 
instance.PageLayout = value
 
value = instance.PageLayout
[System.ComponentModel.DefaultValue()]
public GrapeCity.PDF.Object.PageLayoutType PageLayout {get; set;}

Property Value

A value that specifies the page layout for the document. The default value is Auto.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

PdfExportSettings Class
PdfExportSettings Members

 

 


Copyright © GrapeCity, inc. All rights reserved.