Method GetDefaultDocumentPreviewParameters
GetDefaultDocumentPreviewParameters(DocumentId, out int, out ElementId, out RenderMode)
Gets the document's default preview parameters.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 300, 140)]
void GetDefaultDocumentPreviewParameters(DocumentId inDocumentId, out int outSizeOfPreview, out ElementId outPreviewCamera, out RenderMode outPreviewRenderMode)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
| int | outSizeOfPreview | Size of the preview. |
| ElementId | outPreviewCamera | Preview camera if the document is of Geometric type. |
| RenderMode | outPreviewRenderMode | Preview render mode if the document is of Geometric type. |
Remarks
This method is available since v7.14.300.140.