Click or drag to resize

SubFileInfo Class

A class containing information about a sub-file (attachments, images, etc.) that is contained in file. This class is used in OfficeDecoder in sub-files processing methods.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.Codec.OfficeSubFileInfo

Namespace:  Atalasoft.Imaging.Codec.Office
Assembly:  Atalasoft.dotImage.Office (in Atalasoft.dotImage.Office.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public class SubFileInfo

The SubFileInfo type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the child SubFileInfo list of this sub-file. Returns empty list if this sub-file doesn't have attachments or other sub-files.
Public propertyFrameCount
Gets the number of sub-file frames (pages) the file is divided during rendering.
Public propertyName
Gets the sub-file name.
Public propertyParent
Gets the parent sub-file SubFileInfo. Returns null if this sub-file is child of main file.
Public propertyType
Gets the sub-file type.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also