Class DocumentExportOptions
Inheritance
System.Object
DocumentExportOptions
Implements
Namespace: PSPDFKit.Document
Assembly: PSPDFKit.dll
Syntax
public sealed class DocumentExportOptions : IDocumentExportOptions
Properties
Flattened
Default is false.
Declaration
public bool Flattened { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Format
Default to keep original format.
Declaration
public Format Format { get; set; }
Property Value
Type | Description |
---|---|
Format |
Incremental
Default is true. Has no effect on image documents.
Declaration
public bool Incremental { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OwnerPassword
Declaration
public string OwnerPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemoveSecurity
Default is false.
Declaration
public bool RemoveSecurity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UserPassword
Declaration
public string UserPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |