Allows to specify page properties for output document: page header, footer, page size, orientation, margins and page numbers
Namespace:
SautinSoftAssembly: PDFVision (in PDFVision.dll) Version: 4.0.12.12
Syntax
| C# | Visual Basic |
public PdfVision..::.CPageStyle PageStyle { get; set; }
Public Property PageStyle As PdfVision..::.CPageStyle
Remarks
Allows to set page Header using the property PageHeader

Allows to set page Footer using the property PageFooter

Allows to set page size using the property PageSize

Allows to set page orientation using the property PageOrientation

Allows to set page margins size using properties: PageMarginLeft, PageMarginTop, PageMarginRight and PageMarginBottom


Allows to set page Footer using the property PageFooter

Allows to set page size using the property PageSize

Allows to set page orientation using the property PageOrientation

Allows to set page margins size using properties: PageMarginLeft, PageMarginTop, PageMarginRight and PageMarginBottom
