Allows to specify page properties for output PDF document: page size, orientation, page margins and page numbers
Namespace:
SautinSoftAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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
|