Cuminas DjVu SDK for .NET Framework
RenderingOptions Enumeration



Options to control rendering behavior.
Syntax
<FlagsAttribute()>
Public Enum RenderingOptions 
   Inherits System.Enum
Dim instance As RenderingOptions
[Flags()]
public enum RenderingOptions : System.Enum 
[Flags()]
public enum class RenderingOptions : public System.Enum 
Members
MemberDescription
DontHonorRotationIgnore the rotation specified on INFO chunk.
DontWaitForLoadRendering process does not wait for the data loaded completely. The rendering result may be incomplete. This flag is useful to render the image progressively.
FastAlgorithmUses fast rendering algorithm. This may improve the speed but the quality may get worse.
Gray8ForMaskMask should be rendered as 8-bit-per-pixel (non-packed).
NoneNone.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DjVu.RenderingOptions

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

DjVu Namespace
CreateBitmapSource Method
Draw Method

Send Feedback