Click or drag to resize

ImagePretext Class

Helper class to provide the pretext used to specify an image in markdown.
Inheritance Hierarchy
SystemObject
  Altaxo.TextImagePretext

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class ImagePretext

The ImagePretext type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAbsolutePathPretextAfter an image pretext, this specifies to use an absolute path instead of a relative path.
Public fieldStatic memberGraphAbsolutePathPretextPretext to specify an Altaxo graph by its absolute path name.
Public fieldStatic memberGraphRelativePathPretextPretext to specify an Altaxo graph by its relative path name.
Public fieldStatic memberLocalImagePretextPretext to specify a local image by its 16-digits hash sum.
Public fieldStatic memberResourceImagePretextPretext to specify a resource image by its resource name.
Top
See Also