Class PdfContext
Inherited Members
Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki.dll
Syntax
public class PdfContext : PdfMarker.Context, IDisposable
Methods
Create(PadesSignature)
Creates a PDF Context from a PDF PadesSignature
Declaration
public static PdfContext Create(PadesSignature pades)
Parameters
Type | Name | Description |
---|---|---|
PadesSignature | pades | The PadesSignature to get the PDF context from |
Returns
Type | Description |
---|---|
PdfContext |
Create(Byte[])
Creates a previous context with the PDF which will be operated
Declaration
public static PdfContext Create(byte[] pdf)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | The PDF to operate with |
Returns
Type | Description |
---|---|
PdfContext |
Create(Stream)
Creates a previous context with the PDF which will be operated
Declaration
public static PdfContext Create(Stream pdf)
Parameters
Type | Name | Description |
---|---|---|
Stream | The PDF to operate with |
Returns
Type | Description |
---|---|
PdfContext |