CartoType .NET API 8.8-7-gb35e4dc71
for development in C#, Visual Basic and other .NET languages
Properties | List of all members
CartoType::FrameworkParam Class Reference

Parameters for creating a Framework object when more detailed control is needed. For example, file buffer size and the maximum number of buffers can be set. More...

#include <CartoTypeWrapper.h>

Properties

String^ MapFileName
 The map. Must not be null or empty.
 
String^ StyleSheetFileName
 The style sheet. If this string is null or empty, the style sheet must be supplied in m_style_sheet_text.
 
String^ StyleSheetText
 The style sheet text. Used if m_style_sheet_filename is null or empty.
 
String^ FontFileName
 The font. If it is null or empty a small default font is used.
 
int ViewWidth
 The width of the map in pixels. Must be greater than zero.
 
int ViewHeight
 The height of the map in pixels. Must be greater than zero.
 
String^ EncryptionKey
 If non-null, an encryption key to be used when loading the map.
 
int FileBufferSizeinBytes
 The file buffer size in bytes. If it is zero or less the default value is used.
 
int MaxFileBufferCount
 The maximum number of file buffers. If it is zero or less the default value is used.
 
int TextIndexLevels
 The number of levels of the text index to load into RAM. Use values from 1 to 5 to save RAM but make text searches slower. The value 0 causes the default number of levels to be loaded, which is 1. The value -1 disables text index loading.
 

Detailed Description

Parameters for creating a Framework object when more detailed control is needed. For example, file buffer size and the maximum number of buffers can be set.


The documentation for this class was generated from the following file: