PdfPageTemplate
Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki
Class
public class PdfPageTemplate
Hierarquia: object → PdfPageTemplate
Construtores
PdfPageTemplate()
public PdfPageTemplate()
Propriedades
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.
public PadesSize CustomPageSize { get; set; }
Retorno
PageOrientation
The page orientation. Default is Portrait.
public PageOrientations PageOrientation { get; set; }
Retorno
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.
public PaperSizes? PageSize { get; set; }
Retorno
PaperSizes?
Membros herdados
ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()