com.crystaldecisions.sdk.plugin.desktop.common
Interface IPDFFormat

All Superinterfaces:
IPageFormat

public interface IPDFFormat
extends IPageFormat

The IPDFFormat interface allows you to set the options for a report that is to be scheduled to a pdf format. You can customize the report pages be to exported.


Method Summary
 boolean isCreateBookmarksFromGroupTree()
           
 void setCreateBookmarksFromGroupTree(boolean value)
           
 
Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.IPageFormat
getEndPageNumber, getStartPageNumber, isAllPagesExported, setAllPageExported, setEndPageNumber, setStartPageNumber
 

Method Detail

isCreateBookmarksFromGroupTree

boolean isCreateBookmarksFromGroupTree()
                                       throws SDKException
Throws:
SDKException

setCreateBookmarksFromGroupTree

void setCreateBookmarksFromGroupTree(boolean value)