I am trying to implement changing the blend mode of a PDF object within the 
SetExtGstate event of a DynaPDFParseIntefaceMBS object, and I have a few 
questions:

1. What is the “index” parameter? How can a Graphics State have multiple blend 
modes?

2. I am able to GET the BlendMode(0) value which is, usually and reasonably, 1 
or kbmNormal.

3. How do I SET the blend mode? If I try to do something like this:

GS.BlendMode(0) = myNewIntegerValue
I get an error that a value cannot be assigned because the function contains no 
Assigns parameter.

In the original version of the extended GState object (DynapdfExtGState2), 
BlendMode seems to be a simple read/write property.

Can I do this? If not, why? What am I missing?

Thanks,

--
Peter Truskier
Premedia Systems, Inc.
Oakland, CA USA
> 
> 3.14 3.14.1
> 
> class DynapdfExtGState2MBS class DynapdfExtGState2MBS
> 
> Plugin Version: 8.6, Console & Web: Yes, Mac: Yes, Win: Yes, Linux: Yes. 
> Function: The extended graphics state class.
> Notes: Also check the dynapdf manual for more details.
> 
> 3.14.2 Methods
> 3.14.3 BlendMode(index as integer) as integer
> 
> Plugin Version: 8.6, Console & Web: Yes, Mac: Yes, Win: Yes, Linux: Yes. 
> Function: The blend modes. Notes:
> 
> See bm* constants.
> Also check the dynapdf manual for more details. 
> 






_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to