IIXC_Page::ToGrayScale Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IIXC_Page::ToGrayScale Method}} | {{#customTitle:IIXC_Page::ToGrayScale Method}} | ||
− | {{#parentPage:PXV:IIXC_Page|ToGrayScale Method|method}} | + | {{#parentPage:PXV:IIXC_Page#Methods|ToGrayScale Method|method}} |
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">HRESULT ToGrayScale([in] RECT* pRect);</pre> | ||
== Syntax == | == Syntax == |
Revision as of 03:04, 21 May 2015
Syntax
HRESULT ToGrayScale([in] RECT* pRect);
Syntax
HRESULT ToGrayScale([in] RECT* pRect);
Syntax
HRESULT ToGrayScale([in] RECT* pRect);
Parameters
- pRect
- [in] Pointer to a RECT structure which defines the rectangular area where colors should be grayscaled. If this parameter is NULL, the entire page will be grayscaled.
Note:
Please note that processing of part of the page is not supported for some internal formats. For example, it is not supported for indexed images, because the pixels in such images do not contain a color, but an index into a color table (or palette) which is common for the entire pageReturn Value
Returns S_OK if operation was successful or error code in other cases.