Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Custom Paper Size



Is Custom Paper Size for Tioga PMs supported from MacOS10.2.3 ?

I added the templates on PM to suppport custom page size.
But when the custom paper size is selected, the default
paper rectangle and page rectangle are always returned.
And when the selected custom paper size is smaller than default paper size,
the printable area is the lower-left of the default papaer size.
I think the printable area should be the upper-center.

The added templates are as belows:
PMTemplateMakeEntry(pmTemplate,kPMCustomPageWidth,kPMValueDouble, kPMConstraintRange);
PMTemplateSetDoubleRangeContstraint(pmTemplate,kPMCustomPageWidth,minWidth,maxWidth);

PMTemplateMakeEntry(pmTmeplate,kPMCustomPageHeight,kPMValueDouble,kPMConstraintRange);
PMTemplateSetDoubleRangeContstraint(pmTemplate,kPMCustomPageWidth,minHeight, maxHeight);

PMTemplateMakeEntry(pmTmeplate, kPMCustomPageMarginsKey, kPMValueRect,
kPMConstraintPrivate);
PMTemplateSetPMRectDefaultValue(pmTemplate, kPMCustomPageMarginsKey, &marginRect);

Should I provide other tickets or templates on PM ?

Thanks for your any help in advance.
Best Regards,
Ryoko
_______________________________________________
printing mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/printing
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.