•  
  •  
  •  
 

Browse by Tags

All Tags » Bitmap » AtalaImage
  • Re: How to get collection of AtalaImage for a multi page image?

    Hi SidTrey,First of all thanks for your reply. As you can see I got succeeded in burning a single page document(image). But my problem is I didn't find any solution to loop through all images of a multipage document(image). Can you provide me code to loop through all images of a multipage document(image)? So that I can easily integrate it into my ...
    Posted to DotImage Discussions (Forum) by rajesh_awate on February 23, 2010
  • Re: From/To Bitmap question

    FromBitmap(...) creates a copy of the Bitmap data and places it in a new AtalaImage object.  However FromBitmap(..., true) takes ownershop of the Bitmap data and stores a reference to the Bitmap internally.  As long as you don't dispose the Bitmap that was passed in, it's a safe way to convert a Bitmap to an AtalaImage.  The garbage ...
    Posted to DotImage Discussions (Forum) by Bill Bither on March 16, 2007