GetPresentationInfo

GetPresentationInfo(string)

Obtiene información sobre la presentación en el archivo especificado.

public IPresentationInfo GetPresentationInfo(string file)
ParámetroEscribeDescripción
fileStringArchivo de presentación.

Valor_devuelto

información de la presentación

Ver también


GetPresentationInfo(Stream)

Obtiene información sobre la presentación en el flujo especificado.

public IPresentationInfo GetPresentationInfo(Stream stream)
ParámetroEscribeDescripción
streamStreamFlujo de presentación.

Valor_devuelto

Información de presentación.

Ver también