Interface IDocument
Namespace: PSPDFKit.Api
Assembly: Api.dll
Syntax
public interface IDocument
Properties
| Edit this page View SourceAnnotationManager
Gets annotation manager for the document.
Declaration
IAnnotationManager AnnotationManager { get; }
Property Value
Type | Description |
---|---|
IAnnotation |
Methods
| Edit this page View SourceCreateExportConfiguration()
Creates a default configuration object for exporting a document as a PDF.
Declaration
IExportConfiguration CreateExportConfiguration()
Returns
Type | Description |
---|---|
IExport |
Default IExport |
ExportDocumentAsync(IExportConfiguration)
Exports the document contents as a byte array.
Declaration
Task<byte[]> ExportDocumentAsync(IExportConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
IExport |
configuration | Configuration used for exporting the document. |