PdfContext
Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki
Class
public class PdfContext : PdfMarker.Context, IDisposable
Hierarquia: object → PdfMarker.Context → PdfContext
Métodos
Create(byte[])
Creates a previous context with the PDF which will be operated
public static PdfContext Create(byte[] pdf)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
pdf | byte[] | The PDF to operate with |
Retorno
Create(PadesSignature)
Creates a PDF Context from a PDF PadesSignature
public static PdfContext Create(PadesSignature pades)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
pades | PadesSignature | The PadesSignature to get the PDF context from |
Retorno
Create(Stream)
Creates a previous context with the PDF which will be operated
public static PdfContext Create(Stream pdf)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
pdf | Stream | The PDF to operate with |
Retorno
Membros herdados
GetPageDimensions(int, PadesMeasurementUnits), Dispose(), PagesCount, PdfAStandard, Metadata, HasFullPermissions, SignatureFieldNames, FormFields, ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()