Class OdfImageContentUpdate
Describes replacement image content for a named frame. 描述具名框架的替換影像內容。
public sealed class OdfImageContentUpdate
- Inheritance
-
OdfImageContentUpdate
- Inherited Members
Constructors
OdfImageContentUpdate(string, byte[])
Initializes replacement image content for a named frame. 初始化具名框架的替換影像內容。
public OdfImageContentUpdate(string name, byte[] imageBytes)
Parameters
OdfImageContentUpdate(string, byte[], string?)
Initializes replacement image content for a named frame. 初始化具名框架的替換影像內容。
public OdfImageContentUpdate(string name, byte[] imageBytes, string? preferredName)
Parameters
namestringThe frame name. / 框架名稱。
imageBytesbyte[]The replacement image bytes. / 替換影像位元組。
preferredNamestringThe preferred package file name. / 偏好的封裝檔名。
Properties
ImageBytes
Gets the replacement image bytes. 取得替換影像位元組。
public byte[] ImageBytes { get; }
Property Value
- byte[]
Name
Gets the frame name. 取得框架名稱。
public string Name { get; }
Property Value
PreferredName
Gets the preferred package file name. 取得偏好的封裝檔名。
public string? PreferredName { get; }