iText 5

ReaderProperties

ReaderProperties Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.ReaderProperties[[ReaderProperties]] end

Members

Methods

Public methods

Details

Constructors

ReaderProperties

Source code

public ReaderProperties()

Methods

SetCertificate

Source code

public ReaderProperties SetCertificate(X509Certificate certificate)

Arguments

Type

Name

Description

X509Certificate

certificate

SetCertificateKey

Source code

public ReaderProperties SetCertificateKey(ICipherParameters certificateKey)

Arguments

Type

Name

Description

ICipherParameters

certificateKey

SetOwnerPassword

Source code

public ReaderProperties SetOwnerPassword(byte[] ownerPassword)

Arguments

Type

Name

Description

byte``[]

ownerPassword

SetPartialRead

Source code

public ReaderProperties SetPartialRead(bool partialRead)

Arguments

Type

Name

Description

bool

partialRead

SetCloseSourceOnconstructorError

Source code

public ReaderProperties SetCloseSourceOnconstructorError(bool closeSourceOnconstructorError)

Arguments

Type

Name

Description

bool

closeSourceOnconstructorError

SetMemoryLimitsAwareHandler

Source code

public ReaderProperties SetMemoryLimitsAwareHandler(MemoryLimitsAwareHandler memoryLimitsAwareHandler)

Arguments

Type

Name

Description

MemoryLimitsAwareHandler

memoryLimitsAwareHandler

Generated with ModularDoc