'宣言 Public Function RenderToGcBitmap( _ ByVal bitmap As GcBitmap, _ Optional ByVal format As HtmlToImageFormat _ ) As System.Boolean
public System.bool RenderToGcBitmap( GcBitmap bitmap, HtmlToImageFormat format )
パラメータ
- bitmap
- The destination GrapeCity.Documents.Imaging.GcBitmap.Note that its current content will be lost.
- format
- The formatting attributes.
戻り値の型
True if HTML was successfully rendered; otherwise, false.