ImagePlacementAbsorberImagePlacements Property |
Gets collection of image placement occurrences that are presented with
ImagePlacement objects.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic ImagePlacementCollection ImagePlacements { get; }
Public ReadOnly Property ImagePlacements As ImagePlacementCollection
Get
public:
property ImagePlacementCollection^ ImagePlacements {
ImagePlacementCollection^ get ();
}
member ImagePlacements : ImagePlacementCollection with get
Property Value
Type:
ImagePlacementCollection
See Also