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

Public Types | |
| enum | { kDefaultIID = IID_ILINKRESOURCERENDITIONDATA } |
| enum | ResourceRenditionType { kFPO, kOriginal } |
Public Member Functions | |
| virtual ResourceRenditionType | GetRenditionType () const =0 |
| virtual void | SetRenditionType (ResourceRenditionType renditionType)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This is used to set the default rendition type for HTTP Links Use ILinkFacade::SetHTTPLinksDefaultRenditionType to access this preference
| pure virtual |
Returns the resource's rendition type. \
| pure virtual |
Sets the resource's rendition type.
| renditionType | [IN] rendition type of the resource. |