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

#include <IFormatImageStreamData.h>

Inheritance diagram for IFormatImageStreamData:
IPMUnknown

Public Member Functions

virtual void SetImageReadFormat (IImageReadFormat *iImageReadFormat)=0
 
virtual IImageReadFormatQueryImageReadFormat ()=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

Data interface for the IFormatImageStream segment of the IImageStreamManager. This segment is used to read the native data from the source image.

See Also
IImageReadFormat
IImageStreamManager::SetFirstImageStreamSegment
kReadFormatImageStreamBoss

Member Function Documentation

virtual IImageReadFormat* IFormatImageStreamData::QueryImageReadFormat ()
pure virtual

Queries for the IImageReadFormat stored by this interface. The returned interface is AddRef'd and must be released by the caller.

Returns
The IImageReadFormat stored by this interface
virtual void IFormatImageStreamData::SetImageReadFormat (IImageReadFormatiImageReadFormat)
pure virtual

Sets the IImageReadFormat to use to read native data from the source image.

Note: The IImageReadFormat is not AddRef'd and must remain valid for the lifetime of this object.

Parameters
iImageReadFormatIN The IImageReadFormat to use to read the native data