The class which allows to specify different image properties

Namespace:  SautinSoft
Assembly:  SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0

Syntax

         
 C#  Visual Basic  J# 
public class CImageStyle
Public Class CImageStyle
public class CImageStyle

Members

         
 All Members  Constructors   Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CImageStyle()()()
Creates an object of the CImageStyle class
ImageFileName
Specify template name for images
ImageFolder
ImageNumStart
ImagesFormat
ImageSubFolder
Folder which will created for storing images.
Folder will be created by component. Must be without any "C:\.." or "D:\" etc, only folder as "my folder".
IncludeImageInHtml
This value allows to specify how to keep images: Inside HTML document as binary data or as image files on HDD. By default it's set to 'true', this means keep images inside HTML document.
PreserveImages
Quality
Set image quality, default value is 100. You may set any value from 1 ... 10000

Inheritance Hierarchy

System..::.Object
  SautinSoft..::.CImageStyle

See Also