Class PdfPageTemplate
Inherited Members
Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki.dll
Syntax
public class PdfPageTemplate
Properties
CustomPageSize
A custom PDF page size in PDF points unit. If not set, the current PDF pages most common paper size, or A4 if unkown size, as standard will be used.
Declaration
public PadesSize CustomPageSize { get; set; }
Property Value
Type | Description |
---|---|
PadesSize |
PageOrientation
The page orientation. Default is Portrait.
Declaration
public PageOrientations PageOrientation { get; set; }
Property Value
Type | Description |
---|---|
PageOrientations |
PageSize
A standard page size based on a paper size. If not set neither CustomPageSize, the current PDF pages most common paper size, or A4 if unkown size, as standard will be used.
Declaration
public PaperSizes? PageSize { get; set; }
Property Value
Type | Description |
---|---|
Nullable<PaperSizes> |