Public Member Functions | List of all members
IPrePrintSetDefinitionParam Struct Referenceabstract

Parameters for the PrePrintSetDefinition print event. More...

#include <IPlotHook.h>

Public Member Functions

virtual IPlotterCP GetPlotter () const =0
 Gets the plotter interface. More...
 
virtual void GetPrintDefinitionName (WStringR value) const =0
 Gets the print definition name. More...
 
virtual void GetPrintDefinitionFullName (WStringR value) const =0
 Gets the print definition full name, deliminated by forward slashes. More...
 
virtual void GetPrintDefinitionSourceFspec (PlotFileSpecR value) const =0
 Gets the print definition source file specification. More...
 
virtual bool GetIsPreview () const =0
 True if print preview. More...
 
virtual void GetOutputFileName (WStringR value) const =0
 Gets the print output file name for this print definition. More...
 
virtual void SetOutputFileName (WCharCP value)=0
 Sets the print output file name for this print definition. More...
 

Detailed Description

Parameters for the PrePrintSetDefinition print event.

Member Function Documentation

virtual bool GetIsPreview ( ) const
pure virtual

True if print preview.

virtual void GetOutputFileName ( WStringR  value) const
pure virtual

Gets the print output file name for this print definition.

virtual IPlotterCP GetPlotter ( ) const
pure virtual

Gets the plotter interface.

virtual void GetPrintDefinitionFullName ( WStringR  value) const
pure virtual

Gets the print definition full name, deliminated by forward slashes.

virtual void GetPrintDefinitionName ( WStringR  value) const
pure virtual

Gets the print definition name.

virtual void GetPrintDefinitionSourceFspec ( PlotFileSpecR  value) const
pure virtual

Gets the print definition source file specification.

virtual void SetOutputFileName ( WCharCP  value)
pure virtual

Sets the print output file name for this print definition.


The documentation for this struct was generated from the following file:

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.