' Options: 'Date: 2025-07-17 23:44:38 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://hcbtas-q-albamfs-api.azurewebsites.net ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: PostPdfFileRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.IO Imports AlbaApi.ServiceModel Namespace Global Namespace AlbaApi.ServiceModel Public Enum CssMediaType Print Screen End Enum Public Partial Class GeneratePdfOptions Public Sub New() WaitForSelectorOptions = New List(Of WaitForSelectorOption) End Sub Public Overridable Property Filename As String Public Overridable Property Margin As Margin Public Overridable Property PaperSize As PaperSize Public Overridable Property PageOrientation As PageOrientation Public Overridable Property DisplayHeader As Boolean Public Overridable Property DisplayFooter As Boolean Public Overridable Property DisplayPagination As Boolean Public Overridable Property HeaderHtml As String Public Overridable Property FooterHtml As String Public Overridable Property WaitUntil As Nullable(Of WaitUntil) Public Overridable Property NavigationTimeout As Integer Public Overridable Property CssMediaType As Nullable(Of CssMediaType) Public Overridable Property WaitForSelectorOptions As List(Of WaitForSelectorOption) Public Overridable Property HasCustomPdfDate As Boolean Public Overridable Property CustomPdfDate As String End Class Public Partial Class Margin Public Overridable Property Top As String Public Overridable Property Bottom As String Public Overridable Property Left As String Public Overridable Property Right As String End Class Public Enum PageOrientation Landscape Portrait End Enum Public Partial Class PaperSize Public Overridable Property Width As Decimal Public Overridable Property Height As Decimal End Class Public Partial Class PostPdfFileRequest Implements IReturn(Of HttpResult) Public Overridable Property Url As String Public Overridable Property Options As GeneratePdfOptions End Class Public Partial Class WaitForSelectorOption Public Overridable Property selector As String Public Overridable Property isVisible As Boolean End Class Public Enum WaitUntil Load DOMContentLoaded NetworkIdle0 NetworkIdle2 End Enum End Namespace End Namespace