Selecting Image Page Types
You can select an image page type from the type hierarchy when you create a fit sample image.
1. On the Update Sample Request page, on the Image tab, click Add Fit Sample Image.
2. On the Create Image Page window, do the following:
a. From the Page Type list, select an image page type.
b. In the Page Description field, enter a description of the image page.
c. From the Page Layout list, select a layout for the image page.
|
For image page, if you want to add new options to Page Layout enumeration, then use the prescribed format that is numberxnumber. For example, 4x4.
|
d. Click Create.
e. From the Source list, select a source for the image page.
f. Browse to a file or document, or click the image reference link to navigate to an image.
g. Click Save.
Defining the Default Fit Sample Image Page Type
Using a property setting, you can specify the default sample types that appear when you create a fit sample image page.
com.lcs.wc.document.LCSDocument.SampleImagesPage.Root=<ImagePageType>
The out-of-the-box value for this property setting is Document\\Images Page. The system defaults to the Document/Images Page document type when creating a fit sample image page.
com.lcs.wc.document.LCSDocument.SampleImagesPage.Root=Document\\Images Page
You can change the value of this property setting to a different document type.
com.lcs.wc.document.LCSDocument.SampleImagesPage.Root=Document\\Images Page\\Fit Sample
In this property setting, the system automatically uses the Document/Images Page/Fit Sample document type when creating a fit sample image page.
|
Separate hierarchy entries with two backslashes. For example, Document/Images Page/Fit Sample is entered in the property setting as Document\\Images Page\\Fit Sample.
|