CustomExporter
Description:
Constructs a new instance of a CustomExporter for a given document using the input instance of IExportContext as the output device.
Constructs a new instance of a CustomExporter for a given document using the input instance of IExportContext as the output device.
Remarks:
The input context should be an instance of a class that implements either IModelExportContext or IPhotoRenderContext interfaces.
The input context should be an instance of a class that implements either IModelExportContext or IPhotoRenderContext interfaces.
public CustomExporter(
Document document,
IExportContext context
)
-
documentThe document containing the model to be exported
-
contextAn instance of a context class that will be consuming the output
-
A non-optional argument was null