![]() | |
---|---|
<codeCarvings.piczard> <webSettings> <webResource mainHttpHandlerUrl="piczardWebResource.ashx" enableCompression="true" /> <pictureTrimmer contentImageMaxSize="800, 800" contentImageJpegQuality="92" useTemporaryFiles="false" autoLoadPiczardClientLibrary="true" /> <temporaryFileManager folderPath="~/App_Data" fileNamePrefix="__CCPZTF_" autoDeleteFiles="true" useMultiThreading="true" maxFileLifeTime="180" /> </webSettings> </codeCarvings.piczard> |
- "webSettings" tag
Please see: WebSettings
- "webResource" tag
Please see: WebResourceSettings
- "mainHttpHandlerUrl" attribute
Please see: MainHttpHandlerUrl
Note: If you change the default value of this attribute, please remember to change also the HttpHandler configuration in the Web.Config file (please see Example Config File (Web Project))
- "enableCompression" attribute
Please see: EnableCompression
- "mainHttpHandlerUrl" attribute
- "pictureTrimmer" tag
Please see: PictureTrimmerSettings
- "contentImageMaxSize" attribute
Please see: ContentImageMaxSize
- "contentImageJpegQuality" attribute
Please see: ContentImageJpegQuality
- "useTemporaryFiles" attribute
Please see: UseTemporaryFiles
- "autoLoadPiczardClientLibrary" attribute
Please see: AutoLoadPiczardClientLibrary
- "contentImageMaxSize" attribute
- "temporaryFileManager" tag
Please see: TemporaryFileManagerSettings
- "folderPath" attribute
Please see: FolderPath
- "fileNamePrefix" attribute
Please see: FileNamePrefix
- "autoDeleteFiles" attribute
Please see: AutoDeleteFiles
- "useMultiThreading" attribute
Please see: UseMultiThreading
- "maxFileLifeTime" attribute
Please see: MaxFileLifeTime
- "folderPath" attribute
- "webResource" tag
Please remember that before using the codeCarvings.piczard / webSettings setion it's necessary to setup the required .NET settings:
![]() | |
---|---|
<sectionGroup name="codeCarvings.piczard"> <section name="webSettings" type="CodeCarvings.Piczard.Configuration.WebSettingsSectionHandler, CodeCarvings.Piczard" requirePermission="false"/> </sectionGroup> |
Please see Example Config File (Web Project) or Example Config File (Non-Web Project).
.Config File Settings
Core Settings
Example Config File (Web Project)
Example Config File (Non-Web Project)