'Declaration
Public Property SoundEncoding As PdfSoundAnnotationDataEncoding
'Usage
Dim instance As PdfSoundAnnotation Dim value As PdfSoundAnnotationDataEncoding instance.SoundEncoding = value value = instance.SoundEncoding
public PdfSoundAnnotationDataEncoding SoundEncoding {get; set;}
public: property PdfSoundAnnotationDataEncoding SoundEncoding { PdfSoundAnnotationDataEncoding get(); void set ( PdfSoundAnnotationDataEncoding value); }