Description:

Called to save a custom RenderContent object as an external file.

Syntax:
public abstract Boolean Write(
String pathToFile,
RenderContent renderContent,
CreatePreviewEventArgs previewArgs
)
Parameters:
  • pathToFile
  • Type: System.String
  • Full path of file to write
  • previewArgs
  • Type: CreatePreviewEventArgs
  • Parameters used to generate a preview image which may be embedded in the exported file.
Returns:
Type: Boolean
Available since:
5.7

Nothing found