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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
(
memoryLimitsAwareHandler) |
|
|
( |
|
|
( |
Details
Constructors
ReaderProperties
Source code
public ReaderProperties()
Methods
SetCertificate
Source code
public ReaderProperties SetCertificate(X509Certificate certificate)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
certificate |
SetCertificateKey
Source code
public ReaderProperties SetCertificateKey(ICipherParameters certificateKey)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
certificateKey |
SetOwnerPassword
Source code
public ReaderProperties SetOwnerPassword(byte[] ownerPassword)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
ownerPassword |
SetPartialRead
Source code
public ReaderProperties SetPartialRead(bool partialRead)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
partialRead |
SetCloseSourceOnconstructorError
Source code
public ReaderProperties SetCloseSourceOnconstructorError(bool closeSourceOnconstructorError)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
closeSourceOnconstructorError |
SetMemoryLimitsAwareHandler
Source code
public ReaderProperties SetMemoryLimitsAwareHandler(MemoryLimitsAwareHandler memoryLimitsAwareHandler)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
memoryLimitsAwareHandler |
Generated with ModularDoc