Class DocsDocumentPdfClientProxy
Inherited Members
Namespace: Volo.Docs.Documents
Assembly: Volo.Docs.Common.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IDocumentPdfAppService), typeof(DocsDocumentPdfClientProxy) })]
public class DocsDocumentPdfClientProxy : ClientProxyBase<IDocumentPdfAppService>, ITransientDependency, IDocumentPdfAppService, IApplicationService, IRemoteService
Constructors
DocsDocumentPdfClientProxy()
Declaration
public DocsDocumentPdfClientProxy()
Methods
DownloadPdfAsync(DocumentPdfGeneratorInput)
Declaration
public virtual Task<IRemoteStreamContent> DownloadPdfAsync(DocumentPdfGeneratorInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentPdfGeneratorInput | input |
Returns
| Type | Description |
|---|---|
| Task<IRemoteStreamContent> |
ExistsAsync(DocumentPdfGeneratorInput)
Declaration
public virtual Task<bool> ExistsAsync(DocumentPdfGeneratorInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentPdfGeneratorInput | input |
Returns
| Type | Description |
|---|---|
| Task<bool> |