Show / Hide Table of Contents

Class PdfContainerDefinition.VarWidthAndHeight

Inheritance
Object
PdfContainerDefinition.VarWidthAndHeight
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 VarWidthAndHeight

Methods

Margins(Double)

Declaration
public PadesVisualRectangle Margins(double margins)
Parameters
Type Name Description
Double margins
Returns
Type Description
PadesVisualRectangle

Margins(Double, Double)

Declaration
public PadesVisualRectangle Margins(double topAndBottomMargins, double leftAndRightMargins)
Parameters
Type Name Description
Double topAndBottomMargins
Double leftAndRightMargins
Returns
Type Description
PadesVisualRectangle

Margins(Double, Double, Double, Double)

Declaration
public PadesVisualRectangle Margins(double topMargin, double rightMargin, double bottomMargin, double leftMargin)
Parameters
Type Name Description
Double topMargin
Double rightMargin
Double bottomMargin
Double leftMargin
Returns
Type Description
PadesVisualRectangle
Back to top Copyright © 2015-2020 Lacuna Software