Class
Options that can be specified for a Picture Package.
PicturePackageOptions
Class
Property | Type | Access | Description |
---|---|---|---|
content | PicturePackageTextType: PicturePackageTextType.NONE PicturePackageTextType.USER PicturePackageTextType.FILENAME PicturePackageTextType.COPYRIGHT PicturePackageTextType.CAPTION PicturePackageTextType.CREDIT PicturePackageTextType.ORIGIN |
r/w | The content information. (default: PicturePackageTextType.NONE) |
flatten | bool | r/w | If true, flattens all layers in the final document. (default: true) |
font | GalleryFontType: GalleryFontType.ARIAL GalleryFontType.COURIERNEW GalleryFontType.HELVETICA GalleryFontType.TIMESNEWROMAN |
r/w | The font used for security text. (default: GalleryFontType.ARIAL) |
fontSize | int | r/w | The font size. (default: 12) |
layout | string | r/w | The layout to use to generate the picture package. (default: (2)5x7) |
mode | NewDocumentMode: NewDocumentMode.GRAYSCALE NewDocumentMode.RGB NewDocumentMode.CMYK NewDocumentMode.LAB NewDocumentMode.BITMAP |
r/w | The document color mode. (default: NewDocumentMode.RGB) |
opacity | int | r/w | The web page security text opacity (as a percentage) Range: 0 to 100. (default: 100) |
resolution | number | r/w | The resolution of the document (in pixels per inch) (default: 72.0) |
text | string | r/w | The picture package custom text. (default: ) |
textColor | RGBColor | r/w | The color of the security text. |
textPosition | GallerySecurityTextPositionType: GallerySecurityTextPositionType.CENTERED GallerySecurityTextPositionType.UPPERLEFT GallerySecurityTextPositionType.LOWERLEFT GallerySecurityTextPositionType.UPPERRIGHT GallerySecurityTextPositionType.LOWERRIGHT |
r/w | The position of the security text. (default: GallerySecurityTextPositionType.CENTERED) |
textRotate | GallerySecurityTextRotateType: GallerySecurityTextRotateType.ZERO GallerySecurityTextRotateType.CLOCKWISE45 GallerySecurityTextRotateType.CLOCKWISE90 GallerySecurityTextRotateType.COUNTERCLOCKWISE45 GallerySecurityTextRotateType.COUNTERCLOCKWISE90 |
r/w | The orientation of the security text. (default: GallerySecurityTextRotateType.ZERO) |
Used in:
string Application.makePicturePackage (inputFiles: AliasArray[, options: PicturePackageOptions])
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |