InlineShape.PictureFormat Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt ein PictureFormat -Objekt zurück, das Bildformatierungseigenschaften für das angegebene Objekt enthält.
public:
property Microsoft::Office::Interop::Word::PictureFormat ^ PictureFormat { Microsoft::Office::Interop::Word::PictureFormat ^ get(); void set(Microsoft::Office::Interop::Word::PictureFormat ^ value); };
public Microsoft.Office.Interop.Word.PictureFormat PictureFormat { get; set; }
member this.PictureFormat : Microsoft.Office.Interop.Word.PictureFormat with get, set
Public Property PictureFormat As PictureFormat