Click or drag to resize

TextBlockUtilitySaveToVirtualFile Method (TextBlock, String, String)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool SaveToVirtualFile(
	TextBlock block,
	string path,
	out string error
)

Parameters

block
Type: NeoAxisTextBlock
path
Type: SystemString
error
Type: SystemString

Return Value

Type: Boolean
See Also