Allows to specify page properties for output PDF document: page size, orientation, page margins and page numbers
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.1.7.15
Syntax
| C# | Visual Basic |
public class CPageStyle
Public Class CPageStyle
Members
| All Members | Constructors | Properties |
| Member | Description | |
|---|---|---|
| HtmlToRtf..::.CPageStyle()()() |
Creates a new instance of HtmlToRtf..::.CPageStyle class
| |
| PageMarginBottom |
Set bottom page margin
| |
| PageMarginLeft |
Set left page margin
| |
| PageMarginRight |
Set right page margin
| |
| PageMarginTop |
Set top page margin
| |
| PageOrientation |
Set page orientation
| |
| PageSize |
Set page size
|