PixMap FromXImage Function. PixMap static constructor. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

PixMap static constructor

 

   
Syntax  

[C#]
static PixMap FromXImage(ObjectSoup soup, XImage image)

[Visual Basic]
Shared Function FromXImage(soup As ObjectSoup, image As XImage) As PixMap

 

   

Params
 
Name Description
soup The ObjectSoup to contain the newly created PixMap.
image The XImage from which the PixMap should be created.

 

   

Notes
 

This method allows you to create a PixMap directly from an XImage object.

The PixMap that is created exists within the current Doc.Soup but is not linked into any pages.

To link it into a page t needs to be added as a resource and then drawn from the content stream of the page.

 

   

Example
 

None.