Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns an [InlineImage.Format|InlineImage.Format] object that represents the format that the image is stored as in Word. \(Jpg, Png, Bmp, Gif\){excerpt}
{signature:C#}
 public Format ImageFormat{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property ImageFormat() As Format
{signature}
{example}{code:csharp|title=C#}

          InlineImage.Format oImageFormat = oInlineImage.ImageFormat;
        {code}
{code:vb.net|title=vb.net}

          Dim oImageFormat As InlineImage.Format = oInlineImage.ImageFormat
        {code}

{example}