Class ImageDocumentData
Inheritance
System.Object
System.MarshalByRefObject
ImageDocumentData
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
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.OpenXml
Assembly: NXOpen.dll
Syntax
public class ImageDocumentData : DocumentData, IMessageSink, IDisposable
Constructors
ImageDocumentData(IntPtr)
Declaration
protected ImageDocumentData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetCaption(out ImageDocumentData.CaptionPosition)
Declaration
public string GetCaption(out ImageDocumentData.CaptionPosition position)
Parameters
Type | Name | Description |
---|---|---|
ImageDocumentData.CaptionPosition | position |
Returns
Type | Description |
---|---|
System.String |
GetFileName()
Declaration
public string GetFileName()
Returns
Type | Description |
---|---|
System.String |
SetCaption(ImageDocumentData.CaptionPosition, String)
Declaration
public void SetCaption(ImageDocumentData.CaptionPosition position, string caption)
Parameters
Type | Name | Description |
---|---|---|
ImageDocumentData.CaptionPosition | position | |
System.String | caption |
SetFileName(String)
Declaration
public void SetFileName(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable