What happens in print when I do this?

If I have a base 4/c photo, and place a white box with a 30% opacity applied to it so I can vaguely see the photo underneath, in the print process does it just 'screen back' the 4/c dots in this area to a 30% value?
If it is a black box or blue box (set at 30% opacity), what would happen in the actual print process then?

You can get the output values if you turn on Separations in the Separations Preview panel and mouse over an object. The panel shows the output CMYK values when you export or print to flattened Document CMYK

Similar Messages

  • What happens in Forms11g when i got this messsage

    Hi,
    I see some reports with message "job finished successfully but output is purged from cache" what does it means ??
    did the report showed succesfully to the end user ??
    Regards
    Carlos

    Hi.
    I think you have a problem with Reports server cache size or retention time. Oracle Reports always create a physical file in cache directory. If your cache size is to small or retention period of cached file is to low the Reports server purges old jobs to make space for new ones. So you should tune your Reports cache size/retention in config file or through EM (preferred).
    p.s. Not 100% sure, but I would guess the user never saw the output.
    Best regards.

  • What happens to objects when you redeclare a new object?

    ... and is there a more proper way of "deleting" them from memory, or is it a case of waiting until the garbage collector in java sweeps them up?
    i.e.
    private CustomObjectType myObject;
    public final void myMethod() {
    myObject = new CustomObjectType("I am the first object");
    // do some temporary work with myObject
    /// now I need to do more work with another temporary object, so just replace the "link"
    myObject = new CustomObjectType("I am a second object");
    Is it better to declare new variables to hold this second object?
    Should a person declare the object to be null when no longer required?
    Do I ever need to worry about this, does the garbage collector sort out references for me?
    (Please go easy, still learning and don't really need to know this right now but I'm curious! :)

    What happens to objects when you redeclare a new object?If you go:
    Dog myDog = new Dog();
    and then go:
    Dog myDog = new Dog();
    you are replacing the first reference to Dog() with another one. I don't think it would make sense to do this because it is redundant.
    But if you go:
    static Dog myDog = new Dog();
    and then go:
    static Dog myDog = new Dog();
    then then second one will be ignored because the first one already assigned Dog() to myDog.. so the second one won't replace the first one - it will just be ignored or generate an error.
    is there a more proper way of "deleting" them from memory, or is it a case of waiting until the garbage collector in java sweeps them up?In c and c++ you have to think about when the life of an object ends and destroy the object to prevent a memory leak. But in Java the garbage collector takes this task on if a certain amount of memory is used. If you don't use a lot of memory the gc won't bother and the objects will be destroyed when you exit the program.
    You can use:
    finalize(){
    // insert code to be executed before the gc cleans up
    and if you call System.gc() (which you probably won't need to do) then the code in the finalize() method will run first e.g. to erase a picture from the screen before collecting the object.
    private CustomObjectType myObject;public final void myMethod() {
    myObject = new CustomObjectType("I am the first object");
    // do some temporary work with myObject
    /// now I need to do more work with another temporary object, so just replace the "link"
    myObject = new CustomObjectType("I am a second object");
    you could do:
    public class CustomObjectType{
        //this constructs an instance of the class using a string of your choice
        CustomObjectType(String str) {
            System.out.println(str);
        static void main(String[] args){
            CustomObjectType myObject = new CustomObjectType("I am the first object");//  This sends the constructor the string you want it to print
            CustomObjectType myObject2 = new CustomObjectType("I am the second object");//  This sends the constructor the string you want it to print
    }Bruce eckel wrote Thinking in Java 4th edition considered to be the best book on Java because of how much depth he goes into, although some recommend you should have atleast basic programming knowledge and a committment to learn to get through the book.
    I just started it and it helps a lot. Maybe u could borrow it from the library.. good luck!

  • I have a problem that I try to turn on the iPad 2, but he was just lighting up, but nothing is displayed. I do not know what happened, but yesterday did not do this. Thank you for your help.

    I have a problem that I try to turn on the iPad 2, but he was just lighting up, but nothing is displayed. I do not know what happened, but yesterday did not do this. Thank you for your help.

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • I downloaded Safari 5.1 onto Mac OS 10.6.8 some time ago.  Yesterday the back/forward arrows next to the url window changed to a  , which adds the current url as a bookmark.  I want the arrows back.  What happened, and how can I fix this?  Thanks.  kammro

    I downloaded Safari 5.1 onto Mac OS 10.6.8 some time ago.  Yesterday the back/forward arrows next to the url window changed to a +, which adds the current url as a bookmark.  I want the arrows back.  What happened, and how can I fix this?  Thanks.  kammro

    There's another way.
    Right or control click the + then click Remove Item.
    Just remembered that keyboard shortcut!
    You're welcome 

  • HT201210 I just updated my iTunes and now I get a message that the application has failed to start because MSVCR80.dll was not found.  What happened and how do I fix this?  I can't access any of my music now.

    I just updated my iTunes and now I get a message that the application has failed to start because MSVCR80.dll was not found.  What happened and how do I fix this?  I can't access any of my music now.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99460)

  • HT201299 what does it mean when you get this message on the Iphone? "online maps consume data traffic"

    what does it mean when you get this message on the Iphone? "online maps consume data traffic"

    That means that if you use online maps, it will consume data. If you're on WiFi, no worries. If you are on cellular data, then it will eat into your cellular data plan.

  • What happens to RandomAccessFile when seek operation fails?

    Hi,
    I wonder what happens to RAF when the seek() op fails - does the file remain open?
    I guess i should close it if fails, what is the best thing to do - protect or catch exception?
    Am i wrong about it?
    Thanks.

    I wonder what happens to RAF when the seek() op fails - does the file remain open?In the absence of evidence or documentation to the contrary that is what you should assume.
    I guess i should close it if failsWhy? All it means is that that offset doesn't exist within the file.

  • What can I do when I get this message from my Time Machine?  The backup disk image "/Volumes/Data/Jeanne's iMac.sparsebundle" is already in use.

    What do I do when I get this message on my Time Machine?  "The backup disk image “/Volumes/Data/Jeanne’s iMac.sparsebundle” is already in use."

    See C12.
    Time Machine Troubleshooting

  • HT201514 Please can someone tell me what is going on when I get this message, The backup disk image "/Volumes/Data/Carole Wilson's MacBook.sparsebundle" is already in use.  Latest successful backup: Yesterday, 2:04 PM

    Please can someone tell me what is going on when I get this message for the Time Capsule?

    Yes, this is because Lion or ML which you are using have lousy networking.
    The trick is simply reboot the TC..
    Or on Lion use the 5.6 utility and disconnect all users.
    For ML sorry.. Apple decided you don't need that function any more!!.
    http://pondini.org/TM/Troubleshooting.html
    Read C12.. I think C17 is also related.

  • What happens in OBAW when a record in OLTP is updated ?

    Hello,
    I wonder what happens in OBAW when a record in OLTP is updated ?
    I mean... I've ETLed the record a couple of days ago, and it is there in OBAW. Now for some reason the OLTP is changed...
    Pls... when we do the new ETL (incremental) does that record in OBAW gets updated ?
    BTW... the OLTP in reference is EBS.
    Txs. for any help.
    Antonio

    That is where "Prune Days" in the Execution Plan Parameters comes into play. Data which has been updated in the source system since "Prune Days" ago is re-extracted.
    Hemant K Chitale

  • What do I do when I get this Time Machine message?  The backup disk image "/Volumes/Mark McConnell's Time Capsu/Mark's MacBook Pro.sparsebundle" is already in use.

    What do I do when I get this Time Machine error message?
    "The backup disk image “/Volumes/Mark McConnell's Time Capsu/Mark’s MacBook Pro.sparsebundle” is already in use."

    Unplug your Time Capsule from power. Wait 10 seconds and then power it on again. When the light goes green try backing up again.

  • What happened to the mail format ? This didnt need changing!

    what happened to the mail format ? This didnt need changing!
    Is there a way to go back to 10.6.8 format .Im sick of reteaching myself new ****
    I didnt need every time apple runs a new os!
    <Edited by Host>

    More information would be helpful. What version of the OS are you running? What about the new layout don't you like? Try Mail/Preferences/Viewing and check use classic layout to see if that is what you want.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Mail Feedback

  • Hey what happened to my skin? With this update it disappeared.

    Hey what happened to my skin? With this update it disappeared.

    See:
    *http://kb.mozillazine.org/Preferences_not_saved
    *https://support.mozilla.com/kb/Preferences+are+not+saved
    * https://support.mozilla.com/kb/Using+themes+with+Firefox
    * http://kb.mozillazine.org/Themes (Lightweight theme)

  • HT5568 what should I do when I get  this message ? (NSURLErrorDomain error -3001.)(102)

    what should I do when I get  this message ? (NSURLErrorDomain error -3001.)(102)

    Many poeple has the same problem. All you have to do is download and istall this update manually from here: http://swcdn.apple.com/content/downloads/53/02/041-8081/2jwp4wjrwygtm4lc608qy4h0 n4a9yyq37g/Safari6.0.2Mountain.pkg
    Hope this helps!

Maybe you are looking for