PageItem Class |
Namespace: Compiled.EDD.Scripting
public class PageItem : ResourceFileItem
The PageItem type exposes the following members.
| Name | Description | |
|---|---|---|
| BitDepth |
Gets the bit depth (number of bits for a pixel).
| |
| Counter |
Gets the counter.
| |
| FileExtension |
Gets the file extension.
(Inherited from ResourceFileItem.) | |
| FileFolder |
Gets the file folder.
(Inherited from ResourceFileItem.) | |
| FileName |
Gets or sets the name of the file.
(Inherited from ResourceFileItem.) | |
| FilePath |
Gets or sets the file path (a combination
of FileFolder and FileName).
(Inherited from ResourceFileItem.) | |
| HasColor |
Gets the color indicator of the image.
| |
| Height |
Gets the height of the image.
| |
| Identifier |
Gets or sets the page id (bates number) of the current item.
| |
| IsBlank |
Gets the blank page indicator of the image.
| |
| Padding |
Gets the padding (number of digits) of the page identifier.
| |
| PixelFormat |
Gets the pixel format.
| |
| Prefix |
Gets the prefix of the page identifier.
| |
| ResolutionX |
Gets the X resolution of the image.
| |
| ResolutionY |
Gets the Y resolution of the image.
| |
| RootPath |
Gets the root path of the file resource.
(Inherited from ResourceFileItem.) | |
| TiffCompression |
Gets the compression code value.
| |
| Width |
Gets the width of the image.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| GetFullPath |
Gets the absolute path of the given resource. Combines the Root, FileFolder,
and FileName values.
(Inherited from ResourceFileItem.) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the Identifier of the current page. (Overrides ObjectToString.) |