Show / Hide Table of Contents

Class PdfMarkQRCodeElement

Inheritance
Object
PdfMarkElement
PdfMarkQRCodeElement
Inherited Members
PdfMarkElement.ElementType
PdfMarkElement.RelativeContainer
PdfMarkElement.Rotation
PdfMarkElement.Opacity
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class PdfMarkQRCodeElement : PdfMarkElement

Constructors

PdfMarkQRCodeElement()

Declaration
public PdfMarkQRCodeElement()

PdfMarkQRCodeElement(PadesVisualRectangle, String)

Declaration
public PdfMarkQRCodeElement(PadesVisualRectangle relativeContainer, string qrCodeData)
Parameters
Type Name Description
PadesVisualRectangle relativeContainer
String qrCodeData

Properties

DrawQuietZones

Declaration
public bool DrawQuietZones { get; set; }
Property Value
Type Description
Boolean

QRCodeData

Declaration
public string QRCodeData { get; set; }
Property Value
Type Description
String

Methods

ToModel()

Declaration
public override PdfMarkElementModel ToModel()
Returns
Type Description
Lacuna.RestPki.Api.PadesSignature.PdfMarkElementModel
Overrides
PdfMarkElement.ToModel()

Extension Methods

PdfMarkElementExtensions.OnContainer<T>(T, PadesVisualRectangle)
PdfMarkElementExtensions.WithRotation<T>(T, Int32)
PdfMarkElementExtensions.Rotate90Clockwise<T>(T)
PdfMarkElementExtensions.Rotate90Counterclockwise<T>(T)
PdfMarkElementExtensions.Rotate180<T>(T)
PdfMarkElementExtensions.WithOpacity<T>(T, Double)
PdfMarkElementExtensions.WithQRCodeData(PdfMarkQRCodeElement, String)
PdfMarkElementExtensions.DrawQuietZones(PdfMarkQRCodeElement)
Back to top Copyright © 2015-2020 Lacuna Software