作用
属性
| Name | Type | Access | Description |
|---|---|---|---|
AddProperFileExt | bool | Read/write | 如果该值设置为 “true”,则在保存图像时会根据图像格式设置文件扩展名。 |
Codec | string | Read/write | 编解码器。只能在将图像保存为 TIFF 或非黑白 PDF 时指定此属性。可选值:“CCITT4Fax”、“Zip”、“Lzw”、“Packbits”、“Jpg”、“J2k”、“None”。字符串不区分大小写。 重要! 仅当保存为 TIFF、非黑白 PDF 或非黑白 PDF/A 时才能指定此属性。在保存为黑白 PDF、黑白 PDF-A、BMP、JPG、JPG2000、PNG、DCX 和 PCX 时,无法应用编解码器。 |
ColorType | string | Read/write | 色彩类型。可选值:“FullColor”、“GrayScale”、“BlackAndWhite”。字符串不区分大小写。 |
Format | string | Read/write | 图像保存格式。可选值:“tif”、“dcx”、“jpg”、“bmp”、“jpg2000”、“pcx”、“png”、“pdf”、“pdfa”。 字符串不区分大小写。 |
PdfAStandard | string | Read/write | PDF/A 格式的级别和版本。可选值:“1a”、“1b”、“2a”、“2b”、“2u”、“3a”、“3b” 和 “3u”。 |
Quality | int | Read/write | JPEG 压缩的图像质量(百分比)。 |
Rect | IPageRect | Read/write | 要保存的区域。 |
ShouldOverwrite | bool | Read/write | 指定是否覆盖已有文件。 |
UseRawImage | bool | Read/write | 将图像还原为其原始状态。 |
