Autodesk.AutoCAD.PlottingServices Namespace > PlotInfoValidator Class
PlotInfoValidator Class
Description

 

This .NET class wraps the AcPlPlotInfoValidator ObjectARX class. 

 

The PlotInfoValidator class merges plot settings from a layout object, an PlotSettings object (settings overrides), and an output device override into a new plot settings object. The validator returns a set of codes indicating any problems found during the merge operation. 

 

The validator supports paper-matching policies in its validation algorithmn. Depending on the setting of the policy, the validator may try to find a matching paper size if the canonical paper name provided in the layout or overrides does not exist on the device. The validator also has policies to create a custom paper size, if possible, in case the matching algorithmn fails.

Class Hierarchy
Autodesk.AutoCAD.PlottingServices.PlotInfoValidator
Visual Basic
Public sealed Class PlotInfoValidator
Inherits RXObject
C#
public sealed class PlotInfoValidator : RXObject;
Links
   Comments?