IXC_PageBlockLockFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IXC_PageBlockLockFlags Enumeration}} | {{#customTitle:IXC_PageBlockLockFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:IXC_Enumerations|IXC_PageBlockLockFlags|enum}} |
− | + | ||
Specifies that a portion of the page is locked. | Specifies that a portion of the page is locked. | ||
Line 25: | Line 25: | ||
;PageBlock_UserBuf | ;PageBlock_UserBuf | ||
:Specifies that the buffer used for reading or writing pixel data is allocated by the user. If this flag is set, then the blockData parameter serves as an input parameter (and possibly as an output parameter). If this flag is cleared, then the blockData parameter serves only as an output parameter. | :Specifies that the buffer used for reading or writing pixel data is allocated by the user. If this flag is set, then the blockData parameter serves as an input parameter (and possibly as an output parameter). If this flag is cleared, then the blockData parameter serves only as an output parameter. | ||
− | |||
− |
Latest revision as of 09:33, 23 May 2015
Specifies that a portion of the page is locked.
Syntax
enum IXC_PageBlockLockFlags { PageBlock_ModeRead = 1, PageBlock_ModeWrite = 2, PageBlock_ModeRW = 3, PageBlock_UserBuf = 4, };
Constants
- PageBlock_ModeRead
- Specifies that a portion of the page is locked for reading.
- PageBlock_ModeWrite
- Specifies that a portion of the page is locked for writing.
- PageBlock_ModeRW
- Specifies that a portion of the page is locked for reading and writing.
- PageBlock_UserBuf
- Specifies that the buffer used for reading or writing pixel data is allocated by the user. If this flag is set, then the blockData parameter serves as an input parameter (and possibly as an output parameter). If this flag is cleared, then the blockData parameter serves only as an output parameter.