Show / Hide Table of Contents

Class PdfHelper

Inheritance
Object
PdfHelper
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 PdfHelper

Methods

Container()

Declaration
public PdfContainerDefinition.Initial Container()
Returns
Type Description
PdfContainerDefinition.Initial

ImageElement()

Declaration
public PdfMarkImageElement ImageElement()
Returns
Type Description
PdfMarkImageElement

Mark()

Declaration
public PdfMark Mark()
Returns
Type Description
PdfMark

QRCodeElement()

Declaration
public PdfMarkQRCodeElement QRCodeElement()
Returns
Type Description
PdfMarkQRCodeElement

TextElement()

Declaration
public PdfMarkTextElement TextElement()
Returns
Type Description
PdfMarkTextElement

TextSection(String)

Declaration
public PdfTextSection TextSection(string text = null)
Parameters
Type Name Description
String text
Returns
Type Description
PdfTextSection
Back to top Copyright © 2015-2020 Lacuna Software