[]
        
(Showing Draft Content)

C1.Word.Canvas.FillType

FillType Enum

Specifies fills for DrawingShape.

Namespace: C1.Word.Canvas
Assembly: C1.Pdf.dll
Syntax
public enum FillType : byte

Fields

Name Description
Background

Use the background fill color/pattern.

Pattern

Fill with a pattern (bitmap).

Picture

Center a picture in the shape.

Shade

Shade from start to end points.

ShadeCenter

Shade from bounding rectangle to end point.

ShadeScale

Similar to msofillShade, but the fillAngle is additionally scaled by the aspect ratio of the shape. If shape is square, it is the same as msofillShadeCenter a picture in the shape.

ShadeShape

Shade from shape outline to end point.

ShadeTitle

Special type - shade to title --- for PP.

Solid

Fill with a solid color.

Texture

A texture (pattern with its own color map).