Search Results for

    Show / Hide Table of Contents

    Class PrintBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PrintBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class PrintBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PrintBuilder()

    Declaration
    protected PrintBuilder()

    Properties

    Copies

    Declaration
    public int Copies { get; set; }
    Property Value
    Type Description
    System.Int32

    CustomPaper

    Declaration
    public int CustomPaper { get; set; }
    Property Value
    Type Description
    System.Int32

    CustomSymbolsInForeground

    Declaration
    public bool CustomSymbolsInForeground { get; set; }
    Property Value
    Type Description
    System.Boolean

    ImageResolution

    Declaration
    public PrintBuilder.ImageResolutionOption ImageResolution { get; set; }
    Property Value
    Type Description
    PrintBuilder.ImageResolutionOption

    NormalWidth

    Declaration
    public double NormalWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Orientation

    Declaration
    public PrintBuilder.OrientationOption Orientation { get; set; }
    Property Value
    Type Description
    PrintBuilder.OrientationOption

    Output

    Declaration
    public PrintBuilder.OutputOption Output { get; set; }
    Property Value
    Type Description
    PrintBuilder.OutputOption

    Paper

    Declaration
    public PrintBuilder.PaperSize Paper { get; set; }
    Property Value
    Type Description
    PrintBuilder.PaperSize

    PrinterText

    Declaration
    public string PrinterText { get; set; }
    Property Value
    Type Description
    System.String

    RasterImages

    Declaration
    public bool RasterImages { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShadedGeometry

    Declaration
    public bool ShadedGeometry { get; set; }
    Property Value
    Type Description
    System.Boolean

    SourceBuilder

    Declaration
    public PlotSourceBuilder SourceBuilder { get; }
    Property Value
    Type Description
    PlotSourceBuilder

    ThickWidth

    Declaration
    public double ThickWidth { get; set; }
    Property Value
    Type Description
    System.Double

    ThinWidth

    Declaration
    public double ThinWidth { get; set; }
    Property Value
    Type Description
    System.Double

    WhiteBackground

    Declaration
    public bool WhiteBackground { get; set; }
    Property Value
    Type Description
    System.Boolean

    Width1ScaleFactor

    Declaration
    public double Width1ScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Width2ScaleFactor

    Declaration
    public double Width2ScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Width3ScaleFactor

    Declaration
    public double Width3ScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Width4ScaleFactor

    Declaration
    public double Width4ScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Width5ScaleFactor

    Declaration
    public double Width5ScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Width6ScaleFactor

    Declaration
    public double Width6ScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Width7ScaleFactor

    Declaration
    public double Width7ScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Width8ScaleFactor

    Declaration
    public double Width8ScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Width9ScaleFactor

    Declaration
    public double Width9ScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX