Skip to main content

IRenderingConfig

Interfaces

IHiResOutputRendering

Properties

backgroundColor
backgroundColor: IColor;
cmykColorProfileName
cmykColorProfileName: string;
colorSpace
colorSpace: string;
compression
compression: string;
destinationColorProfileName
destinationColorProfileName: string;
dpi
dpi: number;
fileFormat
fileFormat: string;
flipMode
flipMode: string;
grayscaleColorProfileName
grayscaleColorProfileName: string;
jpegCompressionQuality
jpegCompressionQuality: number;
pdfFormat
pdfFormat: IPdfFormat;
pdfMetadata
pdfMetadata: IPdfMetadata;
rgbColorProfileName
rgbColorProfileName: string;
rotateMode
rotateMode: string;

IProofImageRendering

Properties

cropSafetyLineName
cropSafetyLineName: string;
fileFormat
fileFormat: string;
flipMode
flipMode: string;
mockupEnabled
mockupEnabled: boolean;
rgbColorProfileName
rgbColorProfileName: string;
rotateMode
rotateMode: string;
safetyLinesEnabled
safetyLinesEnabled: boolean;
showStubContent
showStubContent: boolean;
spineAndFoldingLinesEnabled
spineAndFoldingLinesEnabled: boolean;

IRenderingConfig

Properties

defaultHiResOutputRendering
defaultHiResOutputRendering: IHiResOutputRendering;
defaultProofRendering
defaultProofRendering: IProofImageRendering;
hiResOutputToSeparateFiles
hiResOutputToSeparateFiles: boolean;
perSurfacePartialConfigs
perSurfacePartialConfigs: object;
Index Signature
[surfaceName: string]: ISurfaceRendering

ISurfaceRendering

Properties

hiResOutput?
optional hiResOutput?: object;
Index Signature
[printAreaName: string]: IHiResOutputRendering
hiResOutputToSeparateFiles?
optional hiResOutputToSeparateFiles?: boolean;
proofImage?
optional proofImage?: IProofImageRendering;
Was this page helpful?