![]() | InDesign SDK 20.5 |
#include <IRasterPortSetup.h>

Public Member Functions | |
| virtual bool16 | Setup (IRasterPort *rPort)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
An interface for setting up additional information in a raster port. For instance, this is used to ensure that a raster port has the correct profile installed. Called implicitly by GraphicsUtils::SetupRasterPort
kRasterPortSetupService services must implement this interface.
| pure virtual |
Adds additional info to the raster port, or does special stuff when a raster port is being created
| rPort | The port to set up |