![]() |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
how can we convert all lenses in document to cmyk bitmap? thanx for any help..
|
#2
|
||||
|
||||
![]()
Here you go...
Code:
Sub ConvertLenses() Dim s As Shape For Each s In ActivePage.Shapes ' Check to see if the object has a lens effect If Not s.Effects.LensEffect Is Nothing Then ' Convert it to a 72 dpi CMYK bitmap s.ConvertToBitmapEx cdrCMYKColorImage, False, False, 72, cdrNormalAntiAliasing, True End If Next s End Sub |
#3
|
|||
|
|||
![]()
definitly i knew that Alex will solve this problem... thanx Alex, u r the Best....
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[BUG] - Rotatted Bitmap doing bad. | Kursad | General | 7 | 19-07-2005 11:49 |
How to convert my document colors to grayscale | Alex | FAQ | 1 | 03-05-2005 14:55 |
Convert barcode to curves | pp21 | New product ideas | 1 | 10-03-2004 22:56 |
Clipping a bitmap around a 2 pixel line width box | wbochar | CorelDRAW/Corel DESIGNER VBA | 2 | 19-06-2003 10:07 |
Active document issues.. | wbochar | CorelDRAW/Corel DESIGNER VBA | 2 | 19-03-2003 15:15 |