Click or drag to resize
Pdftools logo

StrokeMiterLimit Property


Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Content
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public double MiterLimit { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationExceptionif the document associated with the Stroke object has already been closed
NotSupportedException[set] if the document is read-only
See Also