Class RenderResult
- Namespace
- Aspose.Imaging.ImageOptions
- Assembly
- Aspose.Imaging.dll
Represents information with results of rendering
public class RenderResult
- Inheritance
-
RenderResult
- Inherited Members
Constructors
RenderResult()
public RenderResult()
Properties
Message
Gets or sets string message
public string Message { get; set; }
Property Value
RenderCode
Gets or sets code of error
public RenderErrorCode RenderCode { get; set; }