I want to show the collation option that comes in the advanced tab, I can’t implementing the Configuration File in my drivers, The default configuration file(UNIDRVUI.DLL) be used.
I have add the Collate feature in my gpd file bye the follow lines,
*Feature: Collate
{
*Name: “Collate”
*DefaultOption: ON
*Option: OFF
{
*Name: “Collated”
}
*Option: ON
{
*Name: “Uncollated”
}
}
But it doesn’t show in the advanced tab, The DM_COLLATE flag be setted if I check it by DocumentProperties function, And the dmCollate is DMCOLLATE_TRUE.
Who can tell me the reason and how to solve it? Is it possible if I want to show it by UNIDRVUI.DLL?
Allen