Search Results for

    Show / Hide Table of Contents

    Class ImageDocumentData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    DocumentData
    ImageDocumentData
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    DocumentData.GetDataType()
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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.OpenXml
    Assembly: NXOpen.dll
    Syntax
    public class ImageDocumentData : DocumentData, IMessageSink, IDisposable

    Constructors

    ImageDocumentData(nint)

    Declaration
    protected ImageDocumentData(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    DocumentData.FreeResource()

    GetCaption(out CaptionPosition)

    Declaration
    public string GetCaption(out ImageDocumentData.CaptionPosition position)
    Parameters
    Type Name Description
    ImageDocumentData.CaptionPosition position
    Returns
    Type Description
    string

    GetFileName()

    Declaration
    public string GetFileName()
    Returns
    Type Description
    string

    SetCaption(CaptionPosition, string)

    Declaration
    public void SetCaption(ImageDocumentData.CaptionPosition position, string caption)
    Parameters
    Type Name Description
    ImageDocumentData.CaptionPosition position
    string caption

    SetFileName(string)

    Declaration
    public void SetFileName(string fileName)
    Parameters
    Type Name Description
    string fileName

    Implements

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