Allows to specify page properties for output PDF document: page size, orientation, page margins and page numbers

Namespace:  SautinSoft
Assembly:  SautinSoft.XlsToPdf (in SautinSoft.XlsToPdf.dll) Version: 2.0.4.13

Syntax

      
 C#  Visual Basic 
public class CPageStyle
Public Class CPageStyle

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
XlsToPdf..::.CPageStyle()()()
Creates a new instance of XlsToPdf..::.CPageStyle class
PageMarginBottom
Set bottom page margin
PageMarginLeft
Set left page margin
PageMarginRight
Set right page margin
PageMarginTop
Set top page margin
PageNumFormat
Set page numbers
PageOrientation
Set page orientation
PageSize
Set page size

Inheritance Hierarchy

System..::.Object
  SautinSoft..::.XlsToPdf..::.CPageStyle

See Also