Specifies if line weights should be used in the exported PDF file.
# Get the value of the property.propertyValue = pDFExportOptions_var.useLineWeights# Set the value of the property.pDFExportOptions_var.useLineWeights = propertyValue
#include <Drawing/Drawing/PDFExportOptions.h>// Get the value of the property.boolean propertyValue = pDFExportOptions_var->useLineWeights();// Set the value of the property, where value_var is a boolean.bool returnValue = pDFExportOptions_var->useLineWeights(value_var);