DjVu Namespace : RenderingOptions Enumeration |
<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
Member | Description |
---|---|
DontHonorRotation | Ignore the rotation specified on INFO chunk. |
DontWaitForLoad | Rendering process does not wait for the data loaded completely. The rendering result may be incomplete. This flag is useful to render the image progressively. |
FastAlgorithm | Uses fast rendering algorithm. This may improve the speed but the quality may get worse. |
Gray8ForMask | Mask should be rendered as 8-bit-per-pixel (non-packed). |
None | None. |
System.Object
System.ValueType
System.Enum
DjVu.RenderingOptions
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family