Take a survey

DDX Reference > Document Information Language > DocInfo reference > PageSize

PageSize
Page size for a continuous range of pages with equal page size.
<PageSize 
	pages="pages"
	width="page width" [or rename to shortedge/longedge]
	height="page height"
/>
Can be contained in the PageSizes element.
Attributes
 
Example: Page ranges qualify page sizes
<?xml version="1.0" encoding="UTF-8"?>
<DocInfo xmlns="http://ns.adobe.com/DDX/DocInfo/1.0/" 
	
	<!-- All pages use a page size of 8.5x11 inches. -->
	<PageSizes>
		<PageSize
			pages="1-last"
			width="8.5in" 
			height="11.0in" 
		/>
	</PageSizes>
</DocInfo>
Can be contained in the PageSizes element.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/ddxRefDocInfo.165.19.html