Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PdfExportSettings Class / PageLayout Property


In This Topic
    PageLayout Property
    In This Topic
    Gets or sets the page layout to be used when the document is opened.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    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
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    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.
    See Also