Main Page   Namespace List   Compound List   File List   Compound Members   File Members   Related Pages  

Deprecated List

Member dfv_getRasterRGBProfile (CDfvObjPtr pDfvObj, char *pVal, int size)
Get the path name of RGB ICC profile for input when outputting CMYK TIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later.

Member dfv_getRasterRGBProfileW (CDfvObjPtr pDfvObj, wchar_t *pVal, int size)
Get the path name of RGB ICC profile for input when outputting CMYK TIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later.

Member dfv_setRasterRGBProfile (CDfvObjPtr pDfvObj, const char *newVal)
Set the path name of RGB ICC profile for input when outputting CMYK TIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later.

Member dfv_setRasterRGBProfileW (CDfvObjPtr pDfvObj, const wchar_t *newVal)
Set the path name of RGB ICC profile for input when outputting CMYK TIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later.

Member dfv_getRasterCMYKProfile (CDfvObjPtr pDfvObj, char *pVal, int size)
Get the path name of CMYK ICC profile for output when outputting CMYK TIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later.

Member dfv_getRasterCMYKProfileW (CDfvObjPtr pDfvObj, wchar_t *pVal, int size)
Get the path name of CMYK ICC profile for output when outputting CMYK TIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later.

Member dfv_setRasterCMYKProfile (CDfvObjPtr pDfvObj, const char *newVal)
Set the path name of CMYK ICC profile for output when outputting CMYK TIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later.

Member dfv_setRasterCMYKProfileW (CDfvObjPtr pDfvObj, const wchar_t *newVal)
Set the path name of CMYK ICC profile for output when outputting CMYK TIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later.

Member dfv_getRasterCompression (CDfvObjPtr pDfvObj, char *pVal, int size)
Get the compression method when outputting TIFF / MTIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later.

Member dfv_getRasterCompressionW (CDfvObjPtr pDfvObj, wchar_t *pVal, int size)
Get the compression method when outputting TIFF / MTIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later.

Member dfv_setRasterCompression (CDfvObjPtr pDfvObj, const char *newVal)
Specifies the compression method when outputting TIFF / MTIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later. The compression method. none : None lzw : ZLIB compression(When this parameter is omitted, lzw is applied.) dct : DCTDecode flate : FlateDecode runlength : Run Length compression ccitt3 : CCITT Group3 ccitt4 : CCITT Group4

Member dfv_setRasterCompressionW (CDfvObjPtr pDfvObj, const wchar_t *newVal)
Specifies the compression method when outputting TIFF / MTIFF. Effective only when outputting to image with Windows version and Linux version 6.0 or later. The compression method. none : None lzw : ZLIB compression(When this parameter is omitted, lzw is applied.) dct : DCTDecode flate : FlateDecode runlength : Run Length compression ccitt3 : CCITT Group3 ccitt4 : CCITT Group4

Member dfv_getWatermarkText (CDfvObjPtr pDfvObj, char *pVal, int size)
Get the watermark text on each page.

Member dfv_getWatermarkTextW (CDfvObjPtr pDfvObj, wchar_t *pVal, int size)
Get the watermark text on each page.

Member dfv_setWatermarkText (CDfvObjPtr pDfvObj, const char *newVal)
Displays the specified watermark text on each page. Possible to make it multiple lines by delimiting with the line feed
. This setting is invalid with the evaluation version.

Member dfv_setWatermarkTextW (CDfvObjPtr pDfvObj, const wchar_t *newVal)
Displays the specified watermark text on each page. Possible to make it multiple lines by delimiting with the line feed
. This setting is invalid with the evaluation version.

Member dfv_getWatermarkFontFamily (CDfvObjPtr pDfvObj, char *pVal, int size)
Get the font family of the watermark text.

Member dfv_getWatermarkFontFamilyW (CDfvObjPtr pDfvObj, wchar_t *pVal, int size)
Get the font family of the watermark text.

Member dfv_setWatermarkFontFamily (CDfvObjPtr pDfvObj, const char *newVal)
Specifies the font family to the character string which you set to watermark-text.

Member dfv_setWatermarkFontFamilyW (CDfvObjPtr pDfvObj, const wchar_t *newVal)
Specifies the font family to the character string which you set to watermark-text.

Member dfv_getWatermarkFontWeight (CDfvObjPtr pDfvObj, char *pVal, int size)
Get the font weight of the watermark text.

Member dfv_getWatermarkFontWeightW (CDfvObjPtr pDfvObj, wchar_t *pVal, int size)
Get the font weight of the watermark text.

Member dfv_setWatermarkFontWeight (CDfvObjPtr pDfvObj, const char *newVal)
Specifies the font weight to the character string which you set to watermark-text. Possible to specify normal, bold or the numerical value from 100 to 900.

Member dfv_setWatermarkFontWeightW (CDfvObjPtr pDfvObj, const wchar_t *newVal)
Specifies the font weight to the character string which you set to watermark-text. Possible to specify normal, bold or the numerical value from 100 to 900.

Member dfv_getWatermarkFontStyle (CDfvObjPtr pDfvObj, char *pVal, int size)
Get the font style of the watermark text.

Member dfv_getWatermarkFontStyleW (CDfvObjPtr pDfvObj, wchar_t *pVal, int size)
Get the font style of the watermark text.

Member dfv_setWatermarkFontStyle (CDfvObjPtr pDfvObj, const char *newVal)
Specifies the font style to the character string which you set to watermark-text.

Member dfv_setWatermarkFontStyleW (CDfvObjPtr pDfvObj, const wchar_t *newVal)
Specifies the font style to the character string which you set to watermark-text.

Member dfv_getWatermarkOpacity (CDfvObjPtr pDfvObj, char *pVal, int size)
Get the opacity of the watermark text.

Member dfv_getWatermarkOpacityW (CDfvObjPtr pDfvObj, wchar_t *pVal, int size)
Get the opacity of the watermark text.

Member dfv_setWatermarkOpacity (CDfvObjPtr pDfvObj, const char *newVal)
Specifies the opacity to the character string which you set to watermark-text.

Member dfv_setWatermarkOpacityW (CDfvObjPtr pDfvObj, const wchar_t *newVal)
Specifies the opacity to the character string which you set to watermark-text.

Generated on 3 Apr 2024 for Office Server Document Converter C/C++ Interface by Doxygen 1.3-rc2