DocumentPageView::GetService Method (Type^)
.NET Framework (current version)
Gets the service object of the specified type.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- serviceType
-
Type:
System::Type^
The type of service object to get.
Return Value
Type: System::Object^A service object of type serviceType, or null if there is no service object of type serviceType.
GetService returns any services that the DocumentPaginator provides if the DocumentPaginator implements IServiceProvider.
.NET Framework
Available since 3.0
Available since 3.0
Show: