LinkBase.CreateDocument Method
Name | Parameters | Description |
---|---|---|
CreateDocument() | none | Creates a document from the link, so it can be displayed or printed. |
CreateDocument(Boolean) | buildForInstantPreview | Creates a document from the link, so it can be displayed or printed. Optionally, the document pages can be generated progressively and accessed as soon as they are created. Document creation is always synchronous and does not occur in a background thread. |