←Select platform

EndingsBrush Property

Summary

The brush to use to fill any area inside the selected ending style.

Syntax
C#
VB
C++
public PDFBrush EndingsBrush {get; set;} 
Public Property EndingsBrush() As PDFBrush 
   Get 
   Set 
public:  
   property PDFBrush^ EndingsBrush 
   { 
      PDFBrush^ get() 
      void set(PDFBrush^ value) 
   } 

Property Value

Brush to use to fill any area inside the selected ending style. The default value is null.

Remarks

The default value of null will leave the area inside the ending style empty. Or, create the desired PDFBrush object and its style and color and specify it in this property.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly