Show / Hide Table of Contents

Class PdfContainerDefinition.Initial

Inheritance
Object
PdfContainerDefinition.Initial
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client.FluentApi
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class Initial

Methods

Full()

Declaration
public PadesVisualRectangle Full()
Returns
Type Description
PadesVisualRectangle

FullHeight()

Declaration
public PdfContainerDefinition.HeightDefined FullHeight()
Returns
Type Description
PdfContainerDefinition.HeightDefined

FullWidth()

Declaration
public PdfContainerDefinition.WidthDefined FullWidth()
Returns
Type Description
PdfContainerDefinition.WidthDefined

Height(Double)

Declaration
public PdfContainerDefinition.FixedHeight Height(double height)
Parameters
Type Name Description
Double height
Returns
Type Description
PdfContainerDefinition.FixedHeight

VarHeight()

Declaration
public PdfContainerDefinition.VarHeight VarHeight()
Returns
Type Description
PdfContainerDefinition.VarHeight

VarWidth()

Declaration
public PdfContainerDefinition.VarWidth VarWidth()
Returns
Type Description
PdfContainerDefinition.VarWidth

VarWidthAndHeight()

Declaration
public PdfContainerDefinition.VarWidthAndHeight VarWidthAndHeight()
Returns
Type Description
PdfContainerDefinition.VarWidthAndHeight

Width(Double)

Declaration
public PdfContainerDefinition.FixedWidth Width(double width)
Parameters
Type Name Description
Double width
Returns
Type Description
PdfContainerDefinition.FixedWidth
Back to top Copyright © 2015-2020 Lacuna Software