Show / Hide Table of Contents

Class PdfMarker.Context

Inheritance
Object
PdfMarker.Context
PdfContext
Inherited Members
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 Context : IDisposable

Properties

FormFields

Declaration
public List<PdfFormField> FormFields { get; }
Property Value
Type Description
List<PdfFormField>

HasFullPermissions

Declaration
public bool HasFullPermissions { get; }
Property Value
Type Description
Boolean

Metadata

Declaration
public IDictionary<string, string> Metadata { get; }
Property Value
Type Description
IDictionary<String, String>

PagesCount

Declaration
public int PagesCount { get; }
Property Value
Type Description
Int32

PdfAStandard

Declaration
public PdfAStandards? PdfAStandard { get; }
Property Value
Type Description
Nullable<PdfAStandards>

SignatureFieldNames

Declaration
public List<string> SignatureFieldNames { get; }
Property Value
Type Description
List<String>

Methods

Dispose()

Declaration
public void Dispose()
Implements
IDisposable.Dispose()

GetPageDimensions(Int32, PadesMeasurementUnits)

Declaration
public PageDimensions GetPageDimensions(int pageNumber, PadesMeasurementUnits measurementUnits = PadesMeasurementUnits.PdfPoints)
Parameters
Type Name Description
Int32 pageNumber
PadesMeasurementUnits measurementUnits
Returns
Type Description
PageDimensions
Back to top Copyright © 2015-2020 Lacuna Software