Click or drag to resize

DefaultPdfLiteStorageItemInfo Class

This class contains information about an item in a DefaultPdfLiteStorageProvider instance.
Inheritance Hierarchy
SystemObject
  RadPdf.LiteDefaultPdfLiteStorageItemInfo

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public sealed class DefaultPdfLiteStorageItemInfo

The DefaultPdfLiteStorageItemInfo type exposes the following members.

Properties
  NameDescription
Public propertySize
Gets a value representing the size of this item in the DefaultPdfLiteStorageProvider.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetData
Gets data for this item from the DefaultPdfLiteStorageProvider.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also