IPictureEffectiveData

IPictureEffectiveData interface

Immutable object which contains effective picture properties.

public interface IPictureEffectiveData

Properties

NameDescription
Image { get; }Returns the embedded image. Read-only IPPImage.
ImageTransform { get; }Returns the collection of image transform effects. Read-only IImageTransformOCollectionEffectiveData.
LinkPathLong { get; }Returns linked image’s URL. Read-only String.

Remarks

This interface is used as a part of IPictureFillFormatEffectiveData and IBulletFormatEffectiveData.

See Also