DrawPersistence property (ILEADRasterDocument)
|
BOOL DrawPersistence | |
|
Overview |
Refer to Drawing Pages and Zones |
Remarks
Gets or sets a value that indicates where the DrawPage method will draw the page. Possible values are:
|
Setting |
Description |
|
TRUE |
The DrawPage method will draw the page in the object specified in the pRaster parameter. |
|
FALSE |
The DrawPage method will draw the page in the DC specified in the hDC parameter. (Default) |
See Also