InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IRasterPortSetup Class Referenceabstract

#include <IRasterPortSetup.h>

Inheritance diagram for IRasterPortSetup:
IPMUnknown

Public Member Functions

virtual bool16 Setup (IRasterPort *rPort)=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

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.

See Also
IRasterPort
GraphicsUtils::SetupRasterPort

Member Function Documentation

virtual bool16 IRasterPortSetup::Setup (IRasterPortrPort)
pure virtual

Adds additional info to the raster port, or does special stuff when a raster port is being created

Parameters
rPortThe port to set up
Returns
kTrue if successful, else kFalse