Class PrintBuilder
Assembly: NXOpen.dll
Syntax
public class PrintBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PrintBuilder()
Declaration
Properties
Copies
Declaration
public int Copies { get; set; }
Property Value
CustomPaper
Declaration
public int CustomPaper { get; set; }
Property Value
CustomSymbolsInForeground
Declaration
public bool CustomSymbolsInForeground { get; set; }
Property Value
ImageResolution
Declaration
public PrintBuilder.ImageResolutionOption ImageResolution { get; set; }
Property Value
NormalWidth
Declaration
public double NormalWidth { get; set; }
Property Value
Orientation
Declaration
public PrintBuilder.OrientationOption Orientation { get; set; }
Property Value
Output
Declaration
public PrintBuilder.OutputOption Output { get; set; }
Property Value
Paper
Declaration
public PrintBuilder.PaperSize Paper { get; set; }
Property Value
PrintToFile
Declaration
public bool PrintToFile { get; set; }
Property Value
PrinterText
Declaration
public string PrinterText { get; set; }
Property Value
RasterImages
Declaration
public bool RasterImages { get; set; }
Property Value
ShadedGeometry
Declaration
public bool ShadedGeometry { get; set; }
Property Value
SourceBuilder
Declaration
public PlotSourceBuilder SourceBuilder { get; }
Property Value
ThickWidth
Declaration
public double ThickWidth { get; set; }
Property Value
ThinWidth
Declaration
public double ThinWidth { get; set; }
Property Value
WhiteBackground
Declaration
public bool WhiteBackground { get; set; }
Property Value
Width1ScaleFactor
Declaration
public double Width1ScaleFactor { get; set; }
Property Value
Width2ScaleFactor
Declaration
public double Width2ScaleFactor { get; set; }
Property Value
Width3ScaleFactor
Declaration
public double Width3ScaleFactor { get; set; }
Property Value
Width4ScaleFactor
Declaration
public double Width4ScaleFactor { get; set; }
Property Value
Width5ScaleFactor
Declaration
public double Width5ScaleFactor { get; set; }
Property Value
Width6ScaleFactor
Declaration
public double Width6ScaleFactor { get; set; }
Property Value
Width7ScaleFactor
Declaration
public double Width7ScaleFactor { get; set; }
Property Value
Width8ScaleFactor
Declaration
public double Width8ScaleFactor { get; set; }
Property Value
Width9ScaleFactor
Declaration
public double Width9ScaleFactor { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink