Search Results for

    Show / Hide Table of Contents

    Class ImageOption

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ImageOption
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Report
    Assembly: NXOpen.dll
    Syntax
    public class ImageOption : TaggedObject, IMessageSink

    Constructors

    ImageOption()

    Declaration
    protected ImageOption()

    Properties

    ImageHeight

    Declaration
    public double ImageHeight { get; set; }
    Property Value
    Type Description
    double

    ImageRotation

    Declaration
    public double ImageRotation { get; set; }
    Property Value
    Type Description
    double

    ImageWidth

    Declaration
    public double ImageWidth { get; set; }
    Property Value
    Type Description
    double

    LockOriginalAspectRatio

    Declaration
    public bool LockOriginalAspectRatio { get; set; }
    Property Value
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX