BackgroundBlue
|
Sets the blue component (RGB) of the background
color in a vector image. |
BackgroundGreen
|
Sets the green component (RGB) of the background
color in a vector image. |
BackgroundPaint
|
Sets the background color for a vector image. |
BackgroundRed
|
Set the red component (RGB) of the background color
for a vector image. |
Comment
|
Sets and retrieves a comment in certain image
files |
CreationTimeDay
|
Refers to the day when the file was created.
Retrieved after executing the GetImageFileType method. |
CreationTimeHour
|
Refers to the hour when the file was created.
Retrieved after executing the GetImageFileType method. |
CreationTimeMinute
|
Refers to the minute when the file was created.
Retrieved after executing the GetImageFileType method. |
CreationTimeMonth
|
Refers to the month when the file was created.
Retrieved after executing the GetImageFileType method. |
CreationTimeSecond
|
Refers to the second when the file was created.
Retrieved after executing the GetImageFileType method. |
CreationTimeYear
|
Refers to the year when the file was created.
Retrieved after executing the GetImageFileType method. |
FileBitCount
|
Refers to the bit count of the image. Retrieved
after executing the GetImageFileType or GetImagefileTypeFromRawData
methods. |
FileExtension
|
Sets the file type initially displayed by the
OpenFileDialog and SaveFileDialog methods |
ExifAutoRotate
|
Sets whether to automatically adjust and display
the direction of photos taken with a smartphone. |
FileHeight
|
Refers to the height of the image in pixels. To set
the value of this property, execute the GetImageFileType or GetImageFileTypeFromRawData
method. |
FileImageSize
|
Refers to the size of the image file. To retrieve
the value of this property, first execute the GetImageFileType or GetImageFileTypeFromRawData
method. |
FileMaxPage
|
Refers to the number of pages of a multi-page image
file. To retrieve the value of this property, first execute the
GetImageFileType or
GetImageFileTypeFromRawData
method. |
FileName
|
Sets the name of the image file (full path) to be
loaded or saved |
FilePath
|
Sets the folder initially displayed by the OpenFileDialog and SaveFileDialog methods |
FileSize
|
Refers to the size of the image file. To retrieve
the value of this property, first execute the GetImageFileType or GetImageFileTypeFromRawData
method. |
FileType
|
Refers to the type of image format. To retrieve the
value of this property, first execute the GetImageFileType or GetImageFileTypeFromRawData
method. |
FileWidth
|
Refers to the width of the image in pixels. To set
the value of this property, execute the GetImageFileType or GetImageFileTypeFromRawData
method. |
FileWidthByte
|
Refers to the number of bytes per line in the
image. To retrieve the value of this property, first execute the
GetImageFileType
or GetImageFileTypeFromRawData
method. |
FileXdpi
|
Refers to the horizontal resolution of the image.
(number of pixels per horizontal inch). To retrieve the value of
this property, first execute the GetImageFileType or GetImageFileTypeFromRawData
method. |
FileYdpi
|
Refers to the vertical resolution of the image.
(number of pixels per vertical inch). To retrieve the value of this
property, first execute the GetImageFileType or GetImageFileTypeFromRawData
method. |
FtpCredentials
|
Sets the credentials used to communicate with the
FTP server |
FtpPassive
|
Sets whether or not passive mode connectivity is
enabled |
FtpProxy
|
Sets the proxy used to communicate with the FTP
server |
FtpStatusCode
|
Retrieves the FTP status value |
FtpTimeout
|
Sets the number of milliseconds to wait for a
request |
GifAnimation |
This property is not supported in the
ImageKit.NET3. |
GifAnimationDelay |
This property is not supported in the
ImageKit.NET3. |
HttpCredentials
|
Sets authentication information for the
request |
HttpProxy
|
Sets proxy information for the request |
HttpStatusCode
|
Retrieves the Http status value |
HttpTimeout
|
Sets the time-out value for the request |
Interlace |
This property is not supported in the
ImageKit.NET3. |
JPEG2000CodeBlockHeight
|
Sets the height of the JPEG2000 format code block
size |
JPEG2000CodeBlockWidth
|
Sets the width of the JPEG2000 format code block
size |
JPEG2000NumResLevel
|
Sets the level of the JPEG2000 format
resolution |
JPEG2000PrecinctHeight
|
Sets the height of the JPEG2000 format precinct
size |
JPEG2000PrecinctWidth
|
Sets the width of the JPEG2000 format precinct
size |
JPEG2000Reversible
|
Sets whether or not the JPEG2000 lossless
compression is reversible |
JPEG2000Size
|
Sets the size of the file when saved in JPEG2000
format |
JPEG2000TileHeight
|
Sets the height of the JPEG2000 format tile
size |
JPEG2000TileWidth
|
Sets the width of the JPEG2000 format tile
size |
JpegQuality
|
Sets the quality coefficient when an image is saved
in JPEG, Tiff (JPEG compression), or FPX (JPEG compression) file
formats |
JpegSubsampling
|
Sets the YCrCb subsampling ratios when saving an
image in JPEG format |
LastAccessTimeDay
|
Refers to the day when the file was last accessed.
Retrieved after executing the GetImageFileType method |
LastAccessTimeHour
|
Refers to the hour when the file was last
accessed. Retrieved after executing the GetImageFileType method |
LastAccessTimeMinute
|
Refers to the number of minutes when the
file was last accessed. Retrieved after executing the GetImageFileType method |
LastAccessTimeMonth
|
Refers to the month when the file was last
accessed. Retrieved after executing the GetImageFileType method |
LastAccessTimeSecond
|
Refers to the number of seconds when the
file was last accessed. Retrieved after executing the GetImageFileType method |
LastAccessTimeYear
|
Refers to the year when the file was last
accessed. Retrieved after executing the GetImageFileType method |
LastWriteTimeDay
|
Refers to the day when the file was last modified.
Retrieved after executing the GetImageFileType method |
LastWriteTimeHour
|
Refers to the hour when the file was last
modified. Retrieved after executing the GetImageFileType method |
LastWriteTimeMinute
|
Refers to the number of minutes when the
file was last modified. Retrieved after executing the GetImageFileType method |
LastWriteTimeMonth
|
Refers to the month when the file was last
modified. Retrieved after executing the GetImageFileType method |
LastWriteTimeSecond
|
Refers to the number of seconds when the
file was last modified. Retrieved after executing the GetImageFileType method |
LastWriteTimeYear
|
Refers to the year when the file was last
modified. Retrieved after executing the GetImageFileType method |
LoadPage
|
Sets the page to be loaded when a multi-page image
file (FPX, GIF, or TIFF) image is loaded |
MinIsBlack
|
Sets whether Tiff images, saved in 1 bit color,
will be white mode or black mode. |
PngAlphaChannel |
This property is not supported in the
ImageKit.NET3. |
RawData
|
Sets the byte array of the Raw data for the image
to be loaded or saved |
TiffAppend |
This property has been deprecated. Use the MethodAppendTiffImage method
instead. |
TiffColorSpace |
This property is not supported in the
ImageKit.NET3. |
TiffSaveOneStrip |
This property is not supported in the
ImageKit.NET3. |
Transparent |
This property is not supported in the
ImageKit.NET3. |
TransparentBlue |
This property is not supported in the
ImageKit.NET3. |
TransparentGreen |
This property is not supported in the
ImageKit.NET3. |
TransparentRed |
This property is not supported in the
ImageKit.NET3. |
VectorHeight
|
Sets the height of a vector image when the image is
loaded |
VectorWidth
|
Sets the width of a vector image when the
image is loaded |