Show / Hide Table of Contents

Class PdfPageTemplate

Inheritance
Object
PdfPageTemplate
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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>
Back to top Copyright © 2015-2020 Lacuna Software