ImageGear for .NET
ImGearPDEImage Constructor
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : ImGearPDEImage Constructor




attributes
ImGearPDEImageAttrs for the image attributes.
matrix
All images are defined in image space. Matrix defines the transformation from image space to user space.
options
ImGearPDEImageDataFlags options.
colorSpace
Color space of the image. When the image is an image mask, colorSpace is the color space of the color argument.
color
ImGearPDEColorValue object. If the image is an image mask, color must be provided.
filters
ImGearPDEFilterArray that specifies which filters to use in encoding the contents; may be null. Filters will be used to encode the data in the order in which they are specified in the array.
dataStream
Image data. If DataStream is non-null, Data parameter is ignored. If there is a great deal of data, as for a large image, it is recommended you use the DataStream parameter for the image data.
data
Single byte image data array. If DataStream is non-null, data is ignored. If there is a great deal of data, as for a large image, it is recommended you use the DataStream parameter for the image data.

Glossary Item Box

Initializes a new instance of the ImGearPDEImage class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

attributes
ImGearPDEImageAttrs for the image attributes.
matrix
All images are defined in image space. Matrix defines the transformation from image space to user space.
options
ImGearPDEImageDataFlags options.
colorSpace
Color space of the image. When the image is an image mask, colorSpace is the color space of the color argument.
color
ImGearPDEColorValue object. If the image is an image mask, color must be provided.
filters
ImGearPDEFilterArray that specifies which filters to use in encoding the contents; may be null. Filters will be used to encode the data in the order in which they are specified in the array.
dataStream
Image data. If DataStream is non-null, Data parameter is ignored. If there is a great deal of data, as for a large image, it is recommended you use the DataStream parameter for the image data.
data
Single byte image data array. If DataStream is non-null, data is ignored. If there is a great deal of data, as for a large image, it is recommended you use the DataStream parameter for the image data.

Return Value

The new instance of ImGearPDEImage class object.

Remarks

The image data may be specified as a stream or as a buffer. If DataStream is non-null, Data is ignored.

See Also

©2013. Accusoft Corporation. All Rights Reserved.