OoxmlPart
Overview
OoxmlPart is a interface in Aspose.PDF FOSS for TypeScript.
One part of an OPC package.
Properties: bytes, contentType, path, store.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
path | : string | Read | Package path, e.g. |
bytes | : Uint8Array | Read | Gets the bytes. |
contentType | : string | Read | The part’s media type, e.g. |
store | : boolean | Read | Store rather than deflate — for already-compressed data such as a JPEG. |