Show / Hide Table of Contents

Class PdfContext

Inheritance
Object
PdfMarker.Context
PdfContext
Inherited Members
PdfMarker.Context.PagesCount
PdfMarker.Context.PdfAStandard
PdfMarker.Context.Metadata
PdfMarker.Context.HasFullPermissions
PdfMarker.Context.SignatureFieldNames
PdfMarker.Context.FormFields
PdfMarker.Context.GetPageDimensions(Int32, PadesMeasurementUnits)
PdfMarker.Context.Dispose()
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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[] pdf

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 pdf

The PDF to operate with

Returns
Type Description
PdfContext
Back to top Copyright © 2015-2020 Lacuna Software