Click or drag to resize
CMSOutputMetaFile Properties

The CMSOutputMetaFile type exposes the following members.

Properties
  NameDescription
Public propertyColumnNames
Column names.
Public propertyDataLoaded
Returns true if the data is loaded to the object.
(Inherited from AbstractOutputFile.)
Public propertyHeight
Requested output Height.
(Inherited from AbstractOutputFile.)
Public propertyItem
Gets or sets the value of the column.
Public propertyLastModified
Time when the file was last modified.
Public propertyMaxSideSize
Requested output MaxSideSize.
(Inherited from AbstractOutputFile.)
Public propertyMetaFile
Meta file info without AttachmentBinary.
Public propertyMimeType
Mime type.
Public propertyOutputData
Output file data.
(Inherited from AbstractOutputFile.)
Public propertyPhysicalFile
Physical file path to the data.
Public propertyRedirectTo
If set, file should be redirected to the file system.
Public propertyResized
If true, the file is resized version of the file.
(Inherited from AbstractOutputFile.)
Public propertySiteName
Meta file site name.
Public propertyUseWatermark
If true, the watermark is allowed to be used.
(Overrides AbstractOutputFileUseWatermark.)
Public propertyWatermark
If set, watermark image is applied to the image. Name of the watermark image from ~/App_Themes/{theme}/Images/Watermarks
(Inherited from AbstractOutputFile.)
Public propertyWatermarkPosition
Watermark position.
(Inherited from AbstractOutputFile.)
Public propertyWidth
Requested output width.
(Inherited from AbstractOutputFile.)
Top
See Also