PNGExportPreference

データ書き出し PNG

プロパティ(parentとその逆)

Ver.プロパティR/O
[12][13][14][15]
[16][17][18][19]
parent Application
[12][13][14][15]
[16][17][18][19]
eventListeners EventListeners
[12][13][14][15]
[16][17][18][19]
events Events

プロパティ

Ver.プロパティ名R/O説明
[12][13][14][15]
[16][17][18][19]
antiAlias 真偽値アンチエイリアス

[19]
exportingHiddenSpread 真偽値非表示のスプレッドを含む
[12][13][14][15]
[16][17][18][19]
exportingSpread 真偽値スプレッド
[12][13][14][15]
[16][17][18][19]
exportResolution 数値解像度 (1 - 2400)
[12][13][14][15]
[16][17][18][19]
isValid 真偽値オブジェクトが有効かどうか
[12][13][14][15]
[16][17][18][19]
pageString 文字列値ページ範囲
[12][13][14][15]
[16][17][18][19]
pngColorSpace PNGColorSpaceEnum
PNGColorSpaceEnum
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
GRAY1766290041
iGry
Converts all color values to high-quality black-and-white images.
[12][13][14][15]
[16][17][18][19]
RGB1666336578
cRGB
Represents all color values using the RGB color space.
RGB または Gray
[12][13][14][15]
[16][17][18][19]
pngExportRange PNGExportRangeEnum
PNGExportRangeEnum
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
EXPORT_ALL1785742657
jpEA
Exports all pages.
[12][13][14][15]
[16][17][18][19]
EXPORT_RANGE1785742674
jpER
Exports the page range specified in the page string property.
範囲
[12][13][14][15]
[16][17][18][19]
pngQuality PNGQualityEnum
PNGQualityEnum
Ver.10進数/文字列説明
[12][13][14][15]
[16][17][18][19]
HIGH1701726313
enHi
High quality.
[12][13][14][15]
[16][17][18][19]
LOW1701727351
enLw
Low quality.
[12][13][14][15]
[16][17][18][19]
MAXIMUM1701727608
enMx
Maximum quality.
[12][13][14][15]
[16][17][18][19]
MEDIUM1701727588
enMd
Medium quality.
画質

[19]
pngSuffix 文字列値サフィックス
[12][13][14][15]
[16][17][18][19]
properties Object
[12][13][14][15]
[16][17][18][19]
simulateOverprint 真偽値オーバープリント処理
[12][13][14][15]
[16][17][18][19]
transparentBackground 真偽値背景を透明に
[12][13][14][15]
[16][17][18][19]
useDocumentBleeds 真偽値ドキュメントの裁ち落とし設定を使用

メソッド

Ver.メソッドの書式戻り値メソッドの説明
  パラメータパラメータの説明
[12][13][14][15]
[16][17][18][19]
addEventListener(eventType, handler, [captures]) EventListenerEventListenerを作成
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
getElements() Array( PNGExportPreference )オブジェクト参照を返す
[12][13][14][15]
[16][17][18][19]
removeEventListener(eventType, handler, [captures]) 真偽値EventListenerを削除
eventType 文字列値
handler ファイル, JavaScript関数
[captures] 真偽値(廃止)
[12][13][14][15]
[16][17][18][19]
toSource() 文字列値ソースコードを表す文字列を返す
[12][13][14][15]
[16][17][18][19]
toSpecifier() 文字列値Retrieves the object specifier.