Class PdfMarkExtensions
Inheritance
PdfMarkExtensions
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
Returns
OnAllPages(PdfMark)
Declaration
public static PdfMark OnAllPages(this PdfMark pdfMark)
Parameters
Type |
Name |
Description |
PdfMark |
pdfMark |
|
Returns
OnContainer(PdfMark, PadesVisualRectangle)
Declaration
public static PdfMark OnContainer(this PdfMark pdfMark, PadesVisualRectangle container)
Parameters
Returns
OnNewPage(PdfMark)
Declaration
public static PdfMark OnNewPage(this PdfMark pdfMark)
Parameters
Type |
Name |
Description |
PdfMark |
pdfMark |
|
Returns
OnSinglePage(PdfMark, Int32)
Declaration
public static PdfMark OnSinglePage(this PdfMark pdfMark, int pageNumber)
Parameters
Returns
OnSinglePageFromEnd(PdfMark, Int32)
Declaration
public static PdfMark OnSinglePageFromEnd(this PdfMark pdfMark, int pageNumber)
Parameters
Returns
WithBackgroundColor(PdfMark, Color)
Declaration
public static PdfMark WithBackgroundColor(this PdfMark pdfMark, Color backgroundColor)
Parameters
Returns
WithBorderColor(PdfMark, Color)
Declaration
public static PdfMark WithBorderColor(this PdfMark pdfMark, Color borderColor)
Parameters
Returns
WithBorderWidth(PdfMark, Double)
Declaration
public static PdfMark WithBorderWidth(this PdfMark pdfMark, double borderWidth)
Parameters
Returns