Builder_Page_File Class
Creates a file object for a page in a bibliographic package
Namespace: SobekCM.Resource_Object.BuilderAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public class Builder_Page_File : IComparable |
Remarks
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Clear_Loaded_Image | Clears the loaded quality control thumbnail image from the Bitmap object when complete |
| CompareTo | Check to see if these two files are equivalent |
| Draw | Draws the current page with the quality control background and writes any existing
error on the image |
| Equals | Check to see if these two files are equivalent |
| Load_Image | Loads the quality control thumbnail into a Bitmap object |
| Same_Name | Check to see if these two files have the same name |
Properties
| Name | Description |
---|
| ErrorID | Primary key to the error type which may exist for this page file |
| Extension | Primary extension of this page file |
| FileID | Primary key for this file within this digital resource |
| FileName | Filename (without extension) of this page file, used to reference all the other
related page files |
| FullName | Full name of this page file |
| FullName_With_Relative_Directory | Full name of this page file, including the relative directory of this file from the digital resource's
main source directory |
| Image | Grants direct access to the bitmap which has the quality control image loaded |
| METS_Division | Gets and sets the division tree node to which this page exists |
| METS_Page | Page object to which this page file exists |
| PageID | Gets the pageid linked to this page within the item |
| Present | Gets and sets the flag that indicates the file is present |
| Relative_Directory | Relative directory of this file from the digital resource's main source directory |
| Sorter | Gets the name splitter for this page file |
See Also