Show / Hide Table of Contents

Class PdfMarkExtensions

Inheritance
Object
PdfMarkExtensions
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 static class PdfMarkExtensions

Methods

AddElement(PdfMark, PdfMarkElement)

Declaration
public static PdfMark AddElement(this PdfMark pdfMark, PdfMarkElement element)
Parameters
Type Name Description
PdfMark pdfMark
PdfMarkElement element
Returns
Type Description
PdfMark

OnAllPages(PdfMark)

Declaration
public static PdfMark OnAllPages(this PdfMark pdfMark)
Parameters
Type Name Description
PdfMark pdfMark
Returns
Type Description
PdfMark

OnContainer(PdfMark, PadesVisualRectangle)

Declaration
public static PdfMark OnContainer(this PdfMark pdfMark, PadesVisualRectangle container)
Parameters
Type Name Description
PdfMark pdfMark
PadesVisualRectangle container
Returns
Type Description
PdfMark

OnNewPage(PdfMark)

Declaration
public static PdfMark OnNewPage(this PdfMark pdfMark)
Parameters
Type Name Description
PdfMark pdfMark
Returns
Type Description
PdfMark

OnSinglePage(PdfMark, Int32)

Declaration
public static PdfMark OnSinglePage(this PdfMark pdfMark, int pageNumber)
Parameters
Type Name Description
PdfMark pdfMark
Int32 pageNumber
Returns
Type Description
PdfMark

OnSinglePageFromEnd(PdfMark, Int32)

Declaration
public static PdfMark OnSinglePageFromEnd(this PdfMark pdfMark, int pageNumber)
Parameters
Type Name Description
PdfMark pdfMark
Int32 pageNumber
Returns
Type Description
PdfMark

WithBackgroundColor(PdfMark, Color)

Declaration
public static PdfMark WithBackgroundColor(this PdfMark pdfMark, Color backgroundColor)
Parameters
Type Name Description
PdfMark pdfMark
Color backgroundColor
Returns
Type Description
PdfMark

WithBorderColor(PdfMark, Color)

Declaration
public static PdfMark WithBorderColor(this PdfMark pdfMark, Color borderColor)
Parameters
Type Name Description
PdfMark pdfMark
Color borderColor
Returns
Type Description
PdfMark

WithBorderWidth(PdfMark, Double)

Declaration
public static PdfMark WithBorderWidth(this PdfMark pdfMark, double borderWidth)
Parameters
Type Name Description
PdfMark pdfMark
Double borderWidth
Returns
Type Description
PdfMark
Back to top Copyright © 2015-2020 Lacuna Software