Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPdfPublish::Geometry::PDFLineCap Enumeration
Syntax
C++
enum PDFLineCap { kLineCapNotSet = -1, kButtCap = 0, kRoundCap = 1, kProjectingSquareCap = 2 };
Members
Description
kLineCapNotSet
Line cap is not set.
kButtCap
Butt line cap.
kRoundCap
Round line cap.
kProjectingSquareCap
Projecting square line cap.

PDF line caps supported by Publish SDK.

File: PdfPublishCommon.h 

Namespace: OdPdfPublish::Geometry 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.