Class ImageGroupDocumentData
Inheritance
System.Object
System.MarshalByRefObject
ImageGroupDocumentData
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 ImageGroupDocumentData : DocumentData, IMessageSink, IDisposable
Constructors
ImageGroupDocumentData(IntPtr)
Declaration
protected ImageGroupDocumentData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
AddImage(String, String)
Declaration
public ImageDocumentData AddImage(string fileName, string caption)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | |
System.String | caption |
Returns
Type | Description |
---|---|
ImageDocumentData |
DeleteAllImages()
Declaration
public void DeleteAllImages()
DeleteNthImage(Int32)
Declaration
public void DeleteNthImage(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetImagesCount()
Declaration
public int GetImagesCount()
Returns
Type | Description |
---|---|
System.Int32 |
GetNthImage(Int32)
Declaration
public ImageDocumentData GetNthImage(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
ImageDocumentData |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable