←Select platform

EndingsBrush Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public PDFBrush EndingsBrush {get; set;} 
public PDFBrush getEndingsBrush(); 
public void setEndingsBrush( 
   PDFBrush pDFBrush 
); 
public:  
   property PDFBrush^ EndingsBrush 
   { 
      PDFBrush^ get() 
      void set(PDFBrush^ value) 
   } 
EndingsBrush # get and set (PDFPolylineAnnotation) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.