![]() | InDesign SDK 20.5 |
#include <MiniFolioOptions.h>
Public Types | |
| enum | AssetFormat { kPNGFormat, kJPEGFormat, kAutoRasterFormat, kPDFFormat, kPGTFormat, kInvalidAssetFormat = 0xffffffff } |
| enum | SmoothScrollingBehavior { kNoSmoothScrolling, kVerticalSmoothScrolling, kHorizontalSmoothScrolling, kVerticalAndHorizontalSmoothScrolling, kInvalidSmoothScrolling = 0xffffffff } |
Public Attributes | |
| uint32 | fWideDimension |
| uint32 | fNarrowDimension |
| AssetFormat | fFormat |
| JPEGQuality | fJPEGQuality |
| IDFile | fTOCImageFile |
| IDFile | fFPOAssetDirectory |
| SmoothScrollingBehavior | fSmoothScrollingBehavior |
| WideString | fContentStackID |
| bool | fIsFlattened |
| bool | fAlwaysDisplayOverlays |
| adobe::vector< uint32 > | fSpreadList |
| IDFile | fLocationForGeneratedAssets |
Options for creating a mini-folio from a pair of InDesign documents
NOTE: This structure, and the IDigitalPublishingFacade functions that reference it, is now deprecated. Do not make any changes to this!
Formats for the assets in the folio
Smooth scrolling behavior
| AssetFormat MiniFolioOptions::fFormat |
Specifies the format for the assets in the folio
| IDFile MiniFolioOptions::fFPOAssetDirectory |
Specifies a directory to look for FPO asset sub-directories in.
| JPEGQuality MiniFolioOptions::fJPEGQuality |
Specifies the quality to be used for JPEG assets
| IDFile MiniFolioOptions::fLocationForGeneratedAssets |
A directory for generated assets. If not specified, a temporary directory is used.
| uint32 MiniFolioOptions::fNarrowDimension |
Specifies the narrow dimension for the folio's assets
| adobe::vector<uint32> MiniFolioOptions::fSpreadList |
Spreads to export or to get overlays If empty, all pages are included.
| IDFile MiniFolioOptions::fTOCImageFile |
Specifies a file, assumed to be in PNG, JPEG or GIF format, to be used as the table of contents image for the mini-folio.
| uint32 MiniFolioOptions::fWideDimension |
Specifies the wide dimension for the folio's assets